home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / ChangeLog < prev    next >
Text File  |  2006-05-20  |  438KB  |  9,134 lines

  1. ----------------------
  2. phpMyAdmin - Changelog
  3. ----------------------
  4.  
  5. $Id: ChangeLog,v 2.1929.2.130.2.4 2006/05/20 17:16:21 lem9 Exp $
  6. $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
  7.  
  8. 2006-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  9.     ### 2.8.1 released from MAINT_2_8_1
  10.  
  11. 2006-05-15 Michal ─îiha┼Ö  <michal@cihar.com>
  12.     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
  13.     * scripts/setup.php: Fix detection of writable config (bug #1488447).
  14.  
  15. 2006-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  16.     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
  17.       (bug #1487613).
  18.  
  19. 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  20.     ### 2.8.0.4 released from MAINT_2_8_0
  21.     ### 2.8.1-rc1 released from QA_2_8
  22.  
  23. 2006-05-12 Michal ─îiha┼Ö  <michal@cihar.com>
  24.     * libraries/footer.inc.php: Escape user input to avoid XSS.
  25.     * libraries/url_generating.lib.php, libraries/session.inc.php,
  26.       libraries/common.lib.php: Protect against external links which could
  27.       perform any action (CVE-2006-1804) (backport from HEAD).
  28.  
  29. 2006-05-05 Michal ─îiha┼Ö  <michal@cihar.com>
  30.     * libraries/export/sql.php: Fix UPDATE export with extended inserts
  31.       enabled (bug#1482103).
  32.  
  33. 2006-05-02 Michal ─îiha┼Ö  <michal@cihar.com>
  34.     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
  35.       user input (CVE-2006-2031).
  36.  
  37. 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  38.     * db_printview.php: fixed bug 'no tables found', refactored
  39.  
  40. 2006-04-27 Michal ─îiha┼Ö  <michal@cihar.com>
  41.     * sql.php: Show results of REPLACE as affected as it contains both deleted
  42.       and inserted rows count (bug #1475765).
  43.     * libraries/common.lib.php: Better detection of duplicate rows (bug
  44.       #1477500).
  45.  
  46. 2006-04-24 Michal ─îiha┼Ö  <michal@cihar.com>
  47.     * main.php: Fix logout link (bug #1474694).
  48.  
  49. 2006-04-21 Michal ─îiha┼Ö  <michal@cihar.com>
  50.     * libraries/import/csv.php: Fix importing files without trailing new line
  51.       (bug #1473944).
  52.  
  53. 2006-04-20 Michal ─îiha┼Ö  <michal@cihar.com>
  54.     * index.php: Check target against goto_whitelist.
  55.  
  56. 2006-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  57.     * export.php: bug #1443004 part 2, export order for VIEWs
  58.  
  59. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  60.     * sql.php:
  61.        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
  62.  
  63. 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
  64.     * export.php: bug #1443004 part 1: do not generate INSERT statements
  65.       for an exported VIEW
  66.  
  67. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  68.     * css/phpmyadmin.css.php:
  69.       fixed bug #1446017 red border in outdated themes
  70.     * libraries/common.lib.php:
  71.        - added option to PMA_arrayWalkRecursive() to use function also on keys
  72.        - un-magic_quotes_gpc also keys in GPC arrays
  73.     * libraries/db_table_exists.lib.php:
  74.       cleanup - what a mess; fixed several undefined variables
  75.     * tbl_printview.php:
  76.       fixed undefined variable by including libraries/tbl_properties_common.php
  77.     * libraries/footer.inc.php:
  78.       fixed bug #1454874 Javascript error in new (not framed) print window
  79.     * css\phpmyadmin.css.php, scripts\setup.php, test\theme.php
  80.       themes\darkblue_orange\css\theme_right.css.php,
  81.       themes\original\css\theme_right.css.php:
  82.       fixed bug #1444466 theme directory not being processed correctly
  83.     * libraries\common.lib.php, libraries\Theme_Manager.class.php:
  84.       fixed bug #1469174 configuration changes not accepted in theme manager
  85.     * libraries\Theme_Manager.class.php:
  86.       fixed bug #1469120 missing property in Theme_Manager class
  87.     * libraries\common.lib.php:
  88.       fixed bug #1469109 PMA_backquote() issues
  89.  
  90. 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  91.     * Documentation.html: clarification about config.default.php
  92.  
  93. 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  94.     * tbl_relation.php:
  95.       fixed bug #1459418 Add foreign key fail on column with ' in name
  96.     * index.php, libraries\auth\cookie.auth.lib.php,
  97.       libraries\auth\http.auth.lib.php, libraries\common.lib.php,
  98.       libraries\footer.inc.php, libraries\fpdf\fpdf.php,
  99.       libraries\grab_globals.lib.php, libraries\header.inc.php,
  100.       libraries\ip_allow_deny.lib.php, libraries\select_lang.lib.php,
  101.       libraries\Config.class.php:
  102.       use PMA_getenv()
  103.     * libraries\Config.class.php:
  104.       fixed not initilized variable in getCookiePath();
  105.     * libraries\common.lib.php:
  106.       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
  107.  
  108. 2006-04-11 Michal ─îiha┼Ö  <michal@cihar.com>
  109.     * lang/galician: Fix missing ; (bug #1468439).
  110.  
  111. 2006-04-10 Michal ─îiha┼Ö  <michal@cihar.com>
  112.     * libraries/Config.class.php: Check also default config mtime (bug
  113.       #1467620).
  114.     * libraries/Config.class.php: Better check for server system (patch
  115.       #1462738).
  116.     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
  117.  
  118. 2006-04-07 Michal ─îiha┼Ö  <michal@cihar.com>
  119.     * scripts/setup.php: Parse correctly new version numbers.
  120.  
  121. 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  122.     * themes/*/css/theme_left.css.php, /theme_right.css.php:
  123.       protection from unplanned execution path
  124.     ### 2.8.0.3 released from branch MAINT_2_8_0
  125.  
  126. 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  127.     * sql.php: bug #1448890 Column expander doesn't work
  128.     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
  129.     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
  130.  
  131. 2006-03-23 Michal ─îiha┼Ö  <michal@cihar.com>
  132.     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
  133.  
  134. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  135.     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
  136.     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
  137.       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
  138.  
  139. 2006-03-22 Alexander M. Turek  <me@derrabus.de>
  140.     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
  141.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  142.  
  143. 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  144.     * libraries/common.lib.php: bug #1439002, drop basetable of a view gives
  145.       error on overview
  146.  
  147. 2006-03-20 Alexander M. Turek  <me@derrabus.de>
  148.     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
  149.  
  150. 2006-03-17 Michal ─îiha┼Ö  <michal@cihar.com>
  151.     * scripts/setup.php: Allow empty socket (bug #1452142).
  152.  
  153. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  154.     * libraries/Theme_Manager.class.php: XSS vulnerability
  155.     * libraries/common.lib.php: bug #1392554, turn off 
  156.        zend.ze1_compatibility_mode due to mysqli problems
  157.     ### 2.8.0.2 released from branch MAINT_2_8_0
  158.  
  159. 2006-03-16 Michal ─îiha┼Ö  <michal@cihar.com>
  160.     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
  161.  
  162. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  163.     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
  164.  
  165. 2006-03-15 Michal ─îiha┼Ö  <michal@cihar.com>
  166.     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
  167.  
  168. 2006-03-14 Michal ─îiha┼Ö  <michal@cihar.com>
  169.     * scripts/setup.php: Fix config loading (bug #1449821).
  170.  
  171. 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
  172.     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
  173.     * server_privileges.php: compatibility with MySQL < 4.0.2
  174.     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
  175.  
  176. 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  177.     * libraries/Config.class.php, /common.lib.php: bug #1445120, 
  178.       cookie login not working on IIS
  179.  
  180. 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  181.     * libraries/display_tbl.lib.php: reactivate in-line image display
  182.     * transformation_wrapper.php: bug #1444121, octetstream download fails
  183.       on versions of PHP accepting only one line per header,
  184.       thanks to Ryan Schmidt
  185.  
  186. 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  187.     * libraries/database_interface.lib.php, tbl_create.php,
  188.       tbl_properties_operations.php: bug #1444892, TYPE deprecated in 
  189.       MySQL 5.1
  190.  
  191. 2006-03-08 Michal ─îiha┼Ö  <michal@cihar.com>
  192.     * scripts/setup.php: Sync with HEAD fixes (bug #1435806).
  193.  
  194. 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  195.     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
  196.       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
  197.  
  198. 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  199.     * main.php: bug #1443337, homepage link
  200.     ### 2.8.0 released from branch MAINT_2_8_0
  201.  
  202. 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  203.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  204.     * import.php, libraries/common.lib.php: bug #1413880, page status not
  205.       preserved on Refresh
  206.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  207.  
  208. 2006-03-03 Michal ─îiha┼Ö  <michal@cihar.com>
  209.     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
  210.  
  211. 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  212.     * libraries/session.inc.php and removed .htaccess:
  213.       bug #1411996: now we destroy an auto-started session
  214.     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
  215.  
  216. 2006-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  217.     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
  218.       #1440926).
  219.  
  220. 2006-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  221.     * lang/japanese*: update, thanks to Ishigaki Kenichi - tcool
  222.  
  223. 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  224.     * libraries/relation.lib.php: bug #1437754, search combos default to
  225.       key zero
  226.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  227.  
  228. 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  229.     * libraries/Config.class.php: bug #1418769 part 1: stat failed for 
  230.       ./config.inc.php (under PHP 4)
  231.     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
  232.  
  233. 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  234.     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
  235.     * .htaccess: added a reference to the FAQ
  236.  
  237. 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  238.     * libraries/footer.inc.php:
  239.       bug #1436279 Left frame links open in new windows in Safari
  240.     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
  241.     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
  242.       added workaround for bug #1436171 Cannot display Capitalised Databases
  243.  
  244. 2006-02-21 Michal ─îiha┼Ö  <michal@cihar.com>
  245.     * scripts/setup.php: Various bug fixes (bug #1435700, bug #1435806,
  246.       undefined indexes).
  247.  
  248. 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
  249.     ### 2.8.0-rc1 released
  250.  
  251. 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  252.     * sql.php:
  253.       - fixed bug #1431422 Safari: Print view prints blank page
  254.       - fixed some 'not refreshing left frame'
  255.  
  256. 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
  257.     * libraries/common.lib.php: re-establish previous error reporting mode
  258.     * sql.php: bug #1434576, undefined variable $db
  259.     * libraries/storage_engines.lib.php: bug #1434578, missing argument
  260.       for __construct()
  261.     * Documentation.html: bug #1433633, document consequences of having
  262.       a .htaccess file, thanks to Isaac Bennetch 
  263.  
  264. 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  265.     * tbl_change.php: bug #1415465, undefined $sql_query
  266.     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
  267.  
  268. 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  269.     * libraries/sql_query_form.lib.php:
  270.       fixed bug #1433882 html special chars not escaped in query in querybox
  271.  
  272. 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  273.     * lang/*, db_details_structure.php:
  274.       bug #1431352, no %d in strViewMaxExactCount
  275.     * db_details_structure.php: bug #1431340, rowcount for views and
  276.       unneeded $strViewMaxExactCount
  277.     * libraries/common.lib.php: array to string conversion
  278.     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
  279.       when browsing
  280.  
  281. 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  282.     * libraries/common.lib.php:
  283.       - fixed bug #1432626 'bad url error after select "(Databases)..."'
  284.     * Documentation.html: fixed bug #1433397 'Wrong anchors'
  285.     * libraries/select_server.lib.php:
  286.       - fixed pre-select for current server (fixed type missmatch)
  287.       - do not autosubmit on '(Server) ...'
  288.     * css/print.css: fixed bug #1419696 'print css results in blank table output'
  289.  
  290. 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  291.     * lang/italian: update, thanks to Luca Rebellato
  292.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  293.     * lang/finnish: update, thanks to Jouni Kahkonen
  294.  
  295. 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
  296.     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
  297.  
  298. 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  299.     * Documentation.html: XHTML error, thanks to C├⌐dric Corazza
  300.     * Documentation.html: remove experimental status for MySQL 4.1 support
  301.  
  302. 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  303.     * server_privileges.php:
  304.       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
  305.     * db_details_structure.php, tbl_properties_structure.php:
  306.       - fixed bug #1420474 'Consistency (order of truncate/drop)'
  307.       - some PEAR coding standard
  308.  
  309. 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  310.     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
  311.       a stored procedure, thanks to JTC - jcqns
  312.  
  313. 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  314.     * libraries/common.lib.php:
  315.       - fixed bug #1416848 'Insert new row from Browse page'
  316.     * libraries/common.lib.php:
  317.       - fixed bug #1409893 - links in navigation frame opens new window
  318.     * libraries/select_server.lib.php:
  319.       - fixed bug #1425688 'Server Select quirk'
  320.       - valid XHTML 1.0
  321.       - code readability
  322.  
  323. 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  324.     * lang/english and hebrew: bug #1429769, typo
  325.     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
  326.       choice should be sticky
  327.  
  328. 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  329.     * .htaccess added to main directory for bug #1411996; at least on
  330.       servers supporting .htaccess we can run even if session.auto_start
  331.       is enabled
  332.     * lang/belarusian updates, thanks to Jaska Zedlik
  333.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  334.  
  335. 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  336.     * libararies/session.inc.php:
  337.       stop execution and ommit warning on session.auto_start enabled
  338.  
  339. 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  340.     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
  341.       db drop from Databases link in main page
  342.  
  343. 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  344.     * libraries/Config.class.php: leave the possibility of having a
  345.       backslash in the path on non-Windows system, thanks to Michal;
  346.       and bug #1418769, part 2: missing argument (PHP 4 constructor)
  347.  
  348. 2006-02-06 Michal ─îiha┼Ö  <michal@cihar.com>
  349.     * scripts/setup.php: Fix typos (bug #1424923).
  350.  
  351. 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  352.     * libraries/common.lib.php:
  353.        - fixed bug #1416848 'Insert new row from Browse page'
  354.        - PMA_checkPageValidity() [bug #1416848]
  355.     * scripts/setup.php:
  356.       fixed bug #1424274 'Found a problem in the setup script'
  357.       (ShowPHPInfo -> ShowPhpInfo)
  358.  
  359. 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  360.     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
  361.       Windows, thanks to Alex - nixniemand
  362.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  363.       conversion
  364.     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
  365.       tbl_change.php: bug #1415465, undefined $sql_query
  366.  
  367. 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
  368.     * db_details_structure.php: bug #1412058, damaged table reporting
  369.     * import.php: bug #1418382, CSV import does not work
  370.  
  371. 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  372.     * libraries/common.lib.php: bug #1418145, missing global,
  373.       thanks to Bananeweizen
  374.  
  375. 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  376.     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
  377.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  378.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  379.     * lang/italian: update, thanks to Luca Rebellato
  380.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  381.     * db_details_structure.php: bug #1396998, notice for view row count
  382.       in table list
  383.     * libraries/session.inc.php: bug #1414628, session.save_handler might
  384.       be set to something different than "files". Thanks to Nicola Asuni
  385.     ### 2.8.0-beta1 released
  386.  
  387. 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  388.     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
  389.     count for views, work in progress.
  390.  
  391. 2006-01-26 Michal ─îiha┼Ö  <michal@cihar.com>
  392.     * lang/czech: Translation update.
  393.  
  394. 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  395.    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
  396.      to centralise into it the VIEW detection logic
  397.    * sql.php: affected rows are returned in case of DELETE with no WHERE
  398.      clause, at least since MySQL 4.0.x, so no need to pre-count
  399.  
  400. 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  401.     * server_status.php:
  402.       fixed bug: high ascii char in preg_match
  403.     * lang/german-*: update
  404.  
  405. 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  406.     * lang/*: strViewMaxExactCount for the VIEW row count detection
  407.       I'm working on...
  408.  
  409. 2006-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  410.     * lang/czech: Translation update.
  411.  
  412. 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  413.     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
  414.       contained in an array
  415.  
  416. 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  417.     * tbl_printview.php: typo
  418.  
  419. 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  420.     * export.php: bug #1410078, error exporting query ending with semicolon,
  421.       thanks to Ryan Schmidt
  422.  
  423. 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  424.     * main.php: already defined constant
  425.     * libraries/display_create_table.lib.php: bug #1376314, I remove
  426.       the check to detect the privilege to create a table (see comments
  427.       in the code)
  428.  
  429. 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  430.     * pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
  431.       libraries\export\htmlword.php, libraries\export\latex.php,
  432.       libraries\import.lib.php, libraries\ip_allow_deny.lib.php,
  433.       libraries\transformations.lib.php,
  434.       libraries\transformations\text_plain__external.inc.php:
  435.       fixed bug #1409972 PHP 5.1.2 compatibility
  436.     * libraries\url_generating.lib.php:
  437.       fixed bug: undefined index server ($GLOBALS['server'])
  438.  
  439. 2006-01-18 Michal ─îiha┼Ö  <michal@cihar.com>
  440.     * Documentation.html: Add info about Apache CGI and http auth (patch
  441.       #1375495).
  442.  
  443. 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  444.     * libraries/database_interface.lib.php:
  445.       fixed bug: undefined index with empty database in db structure view
  446.     * libraries/display_import.lib.php:
  447.       fixed bug: display issues with Opera (and Safari?)
  448.     * libraries/plugin_interface.lib.php:
  449.       - fixed bug: display issues with Opera (and Safari?)
  450.       - added source documentation
  451.       - PEAR coding standard
  452.       - clarified some variable names
  453.     * db_sarch.php:
  454.       fixed bug: Undefined variable: num_tables
  455.     * [really much files]: (not complete) PEAR coding standard
  456.  
  457. 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  458.     * server_privileges.php: typo
  459.     * libraries/check_user_privileges.lib.php: bug #1406499,
  460.       a username containing an hyphen could not create a db under
  461.       MySQL 4.0.x, thanks to "timeout-"
  462.     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
  463.       thanks to Sebastian Mendel
  464.  
  465. 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  466.     * libraries/sql_query_form.lib.php: undefined js variable
  467.     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
  468.       now also accepts an array of database names not only a single name
  469.     * libraries/common.lib.php: PMA_getTableList():
  470.       added second parameter to pass tables (if already fetched from db)
  471.     * left.php: make use of new functionality in PMA_getTableList() and
  472.       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
  473.     * libraries/common.lib.php:
  474.       removed aditional check for table row count for left frame tree
  475.       (bug #1397061 Left frame not loaded correct on MySQL error)
  476.     * libraries/common.lib.php, left.php:
  477.       bug #1392924 undefined index: tab_count
  478.     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
  479.       themes/*/css/theme_right.css.php:
  480.       'fixed' layout of export screen for buggy safari and opera
  481.     * db_operations.php, export.php, index.php, left.php,
  482.       libraries\auth\cookie.auth.lib.php, libraries\common.lib.php,
  483.       libraries\db_details_common.inc.php, libraries\db_table_exists.lib.php,
  484.       libraries\display_export.lib.php, libraries\display_tbl.lib.php,
  485.       libraries\export\sql.php, libraries\footer.inc.php,
  486.       libraries\header.inc.php, libraries\left_header.inc.php,
  487.       libraries\mult_submits.inc.php, libraries\mysql_charsets.lib.php,
  488.       libraries\relation.lib.php, libraries\server_common.inc.php,
  489.       libraries\sql_query_form.lib.php, libraries\sqlparser.lib.php,
  490.       libraries\tbl_indexes.lib.php, libraries\tbl_move_copy.php,
  491.       libraries\url_generating.lib.php, querywindow.php, scripts\setup.php,
  492.       server_databases.php, server_privileges.php, server_processlist.php,
  493.       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
  494.       tbl_indexes.php, tbl_replace.php:
  495.       allow 0 as name for database, table collumn, alias and index
  496.  
  497. 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  498.     * Documentation.html: typo, thanks to C├⌐dric Corazza
  499.     * libraries/common.lib.php: remove high-ascii characters, and an
  500.       assignment syntax that does not work on PHP 5.1.2
  501.     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
  502.  
  503. 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  504.     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
  505.  
  506. 2006-01-11 Michal ─îiha┼Ö  <michal@cihar.com>
  507.     * main.php: Do not fail if no server is defined.
  508.     * main.php, libraries/left_header.inc.php,
  509.       libraries/select_server.lib.php: Show server selection if no server set
  510.       and we have one server configuration (bug #1399880).
  511.     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
  512.       #1402270).
  513.  
  514. 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  515.     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
  516.       semi-colon, generates a SHOW KEYS FROM no table name
  517.  
  518. 2006-01-09 Michal ─îiha┼Ö  <michal@cihar.com>
  519.     * import.php: Work on 10MB chunks if no memory limit is set (bug
  520.       #1399477).
  521.  
  522. 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  523.     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
  524.       thanks to Ryan Schmidt
  525.     * libraries/common.lib.php: bug #1397749, Safari: space before
  526.       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
  527.     * server_privileges.php: bug #1398018, Safari fieldset float issue in
  528.       privileges screens, thanks to Ryan Schmidt
  529.     * libraries/Config.class.php: bug #1398931, incorrect detection of
  530.       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
  531.  
  532. 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  533.     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
  534.       columns as Null Yes
  535.     * pdf_schema.php: display PDF schema did not work (missing dot)
  536.  
  537. 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
  538.     * server_privileges.php: since we use DROP USER, some options to
  539.       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
  540.       so I remove them from the dialog. Thanks to Ken Stanley for
  541.       the bug report.
  542.     * server_status.php: patch #1395031, not proper URL encoding,
  543.       adapted from proposed solution by Matt LaPlante, thanks
  544.  
  545. 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  546.     * libraries/display_create_table.lib.php: bug #1389868,
  547.       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
  548.  
  549. 2006-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  550.     * libraries/Config.class.php: Do not check permissions on Windows, it
  551.       seems to be broken anyway.
  552.  
  553. 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
  554.     * libraries/transformations.lib.php: remove some PHP3 compatibility code
  555.  
  556. 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
  557.     * libraries/common.lib.php: bug #1388167, deleting a row in a table
  558.       without a primary key, handle correctly is_js_confirmed
  559.  
  560. 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  561.     * server_databases.php: bug #1388135, IE and dropping databases
  562.     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
  563.     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
  564.       (MySQL 5.x)
  565.     * libraries/Config.class.php: patch #1392181, typo,
  566.       thanks to Luis Mirabal - normannormal
  567.  
  568. 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
  569.     * main.php, libraries/check_user_privileges.lib.php:
  570.       - reenable a non-privileged user to change his password
  571.       - display the Reload MySQL link only if user has proper rights
  572.     * Documentation.html: bug #1389582, unclosed code tag,
  573.       thanks to Isaac Bennetch
  574.  
  575. 2005-12-25 Michal ─îiha┼Ö  <michal@cihar.com>
  576.     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
  577.       dumps with commented out commands (eg. from mysqldump).
  578.  
  579. 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
  580.     * tbl_change.php, libraries/common.lib.php: bug #1381856,
  581.       Cannot edit a table having 40 columns
  582.     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
  583.       to PMA_setCookie, thanks to Isaac Bennetch
  584.     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
  585.       cannot change a value for a nullable field
  586.  
  587. 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  588.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  589.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  590.     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
  591.       bug #1349262, mismatch between PMA and MySQL about Storage Engine
  592.       and table type
  593.     * server_status.php, lang/*: bug #1348249, add a warning hint about
  594.       the possibility of some counters being overrun (stats from MySQL server)
  595.  
  596. 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
  597.     * libraries/common.lib.php: does not return to correct page after
  598.       the creation of a bookmark
  599.     * libraries/display_create_table.lib.php: bug #1376314, detection of
  600.       privileges to create a table (fix for MySQL 4.0.x case)
  601.     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
  602.       bug #1385974, cannot un-null a value
  603.  
  604. 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  605.     * db_details_importdocsql.php, db_operations.php,
  606.       libraries\relation.lib.php, libraries\relation_cleanup.lib.php
  607.       libraries\tbl_move_copy.php, libraries\transformations.lib.php
  608.       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
  609.       added database name to relation querys
  610.  
  611. 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  612.     * libraries/url_generating.lib.php: problem with accented table names
  613.  
  614. 2005-12-16 Michal ─îiha┼Ö  <michal@cihar.com>
  615.     * Documentation.html, libraries/common.lib.php,
  616.       libraries/config.default.php, libraries/database_interface.lib.php: Add
  617.       support for hiding databases (RFE #1372865).
  618.     * Documentation.html, export.php, import.php,
  619.       libraries/config.default.php: Configurable memory limit (RFE #1373904).
  620.  
  621. 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  622.     * libraries/Config.class.php:
  623.       - added check is_readable for user config file
  624.       - check config file also on wakeup (bug #1376522)
  625.     * libraries/Config.class.php, libraries/common.lib.php:
  626.       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
  627.     * left.php, js/function.js: fixed undeclared javascript variables
  628.     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
  629.  
  630. 2005-12-14 Michal ─îiha┼Ö  <michal@cihar.com>
  631.     * libraries/config.default.php, Documentation.html: Transliterate invalid
  632.       chars by default (RFE #1380255).
  633.     * left.php: Resurrect database link in light frame (bug #1373804).
  634.     * index.php, js/querywindow.js: Move navigation frame to right for rtl
  635.       languages.
  636.  
  637. 2005-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  638.     * querywindow.php: Fix query history displaying (bug #1374639).
  639.  
  640. 2005-12-12 Michal ─îiha┼Ö  <michal@cihar.com>
  641.     * scripts/setup.php: Use same format of version file as in upgrade.pl.
  642.  
  643. 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  644.     * libraries/common.inc.php, libraries/grab_globals.inc.php:
  645.       preprare removal of grab_globals:
  646.        - moved stuff from grab_globals into common.inc.php
  647.        - check/init global required variables like: $lang, $server, $db, $table,
  648.          $convcharset, $goto, $back, $sql_query
  649.        - introduced $goto-whitelist
  650.        - PEAR coding standard
  651.     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
  652.       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
  653.       libraries/relation.lib.php, scripts/setup.php:
  654.        - check magic_quotes only once in common.inc.php
  655.     * css/phpmyadmin.css.php, tbl_properties_operations.php:
  656.       styled table operations dialog
  657.     * db_search.php: revised
  658.     * libraries/common.inc.php: fixed high ascii char
  659.  
  660. 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  661.     * libraries/tbl_properties_links.inc.php: bug #1375752,
  662.       wrong page after insert (losing many URL parameters)
  663.  
  664. 2005-12-11 Michal ─îiha┼Ö  <michal@cihar.com>
  665.     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
  666.       as for setup.php, this one is autogenerated so there is no need for more
  667.       manual steps.
  668.     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
  669.       Drop <base href=".." />, it should not be needed at all.
  670.     * lang/czech: Update.
  671.  
  672. 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  673.     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
  674.       - forgot debug code
  675.       - correct result for non MySQL 5
  676.  
  677. 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  678.     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
  679.     * Documentation.html: anchors and formatting cleanup,
  680.       thanks to C├⌐dric Corazza
  681.     * libraries/relation.lib.php: bug #1370785, error browsing a table under
  682.       PHP 4 when no controluser is defined but a pmadb is defined
  683.  
  684. 2005-12-09 Michal ─îiha┼Ö  <michal@cihar.com>
  685.     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
  686.       CGI (inspired by patch #1375495).
  687.     * Documentation.html: Clarify http auth description.
  688.     * scripts/setup.php: Show available version information even when using
  689.       CVS version.
  690.     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
  691.  
  692. 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  693.     * libraries/dbi:
  694.       PMA_DBI_free_result() now accepts more than one resource to be freed
  695.     * libraries/database_interface.lib.php:
  696.       - some comments, PEAR coding standard
  697.       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
  698.       - added PMA_DBI_get_columns_full()
  699.       - PMA_DBI_fetch_result() now accepts an array as $key parameter
  700.         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
  701.       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
  702.  
  703. 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  704.     * scripts/setup.php: Typos
  705.     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
  706.  
  707. 2005-12-08 Michal ─îiha┼Ö  <michal@cihar.com>
  708.     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
  709.       #1376391).
  710.     * lang/czech: Fix typo.
  711.     * tbl_select.php, libraries/display_tbl.lib.php,
  712.       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
  713.       server_privileges.php, server_binlog.php: Fix XHTML.
  714.     * tbl_properties_export.php: Fix output before headers.
  715.     * Documentation.html: Add commands how to setup config dir, note about
  716.       changing permissions.
  717.     * scripts/setup.php: Show Save and Load buttons disabled if saving not
  718.       available.
  719.     * libraries/Config.class.php: Refuse to load config file with world
  720.       writable permissions, refuse to work with existing config dir.
  721.     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
  722.       if auth with default values fails.
  723.     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
  724.       array (bug #1370414).
  725.     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
  726.     * libraries/export/sql.php: Backquote database name (RFE#1376336).
  727.     * libraries/plugin_interface.lib.php, import.php,
  728.       libraries/display_import.lib.php, libraries/import/*: Generic plugin
  729.       infrastructure and use it in import (needed for RFE#1325937), work in
  730.       progress.
  731.  
  732. 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  733.     * libraries/tbl_move_copy.php: added PMA_table_rename()
  734.     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
  735.       moved table related output after possible table changes
  736.     * libraries/tbl_properties_table_info.inc.php:
  737.       added some comments and made some code more readable
  738.     * tbl_properties_operations.php:
  739.       complete revise (xhtml output, fieldsets, forms merged)
  740.     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
  741.     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
  742.       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
  743.     * libraries\mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
  744.       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
  745.       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
  746.       tbl_relation.php: moved tbl_properties_common.php into libraries
  747.     * libraries\common.lib.php, libraries\tbl_properties_common.php,
  748.       libraries\tbl_properties_links.inc.php, tbl_properties_operations.php:
  749.       global init of $GLOBALS['url_params']
  750.  
  751. 2005-12-07 Michal ─îiha┼Ö  <michal@cihar.com>
  752.     * lang/*: Unused messages cleanup, add missing ones.
  753.     * lang/sync_lang.sh: Less verbose output to allow quick overview.
  754.     * lang/czech: Update.
  755.     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
  756.  
  757. 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  758.     * libraries/Config.class.php: clear old config values
  759.     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
  760.     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
  761.       - PEAR coding standard
  762.       - added comments
  763.       - added more status variables
  764.     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
  765.       - added PMA_StorageEngine::getMysqlHelpPage()
  766.     * server_engines.php:
  767.       - display link to mysql manual for specific engine
  768.     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
  769.       arrange innodb buffer pool tables side by side
  770.     * css/phpmyadmin.css.php, server_collations.php:
  771.       - use style classes
  772.       - PMA_NO_VARIABLES_IMPORT
  773.     * server_variables.php:
  774.       - use style classes
  775.       - format numbers
  776.       - display only global variables that differs from local/session
  777.       - use PMA_DBI_fetch_result()
  778.       - PMA_NO_VARIABLES_IMPORT
  779.     * js/querywindows.js:
  780.       - added setTable()
  781.       - set empty table on db change (bug #1375387)
  782.     * left.php: removed unsused javascript event
  783.     * index.php, left.php, libraries/sql_query_form.lib.php:
  784.       syncronize id and name attribute for frame tags but keep IE sending
  785.       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
  786.  
  787. 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  788.     * libraries/common.lib.php: bug #1374236, sorting order
  789.     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
  790.       login panel not propagated
  791.  
  792. 2005-12-06 Michal ─îiha┼Ö  <michal@cihar.com>
  793.     * libraries/config.default.php: Modify default export configuration (RFE
  794.       #1373891).
  795.     * libraries/database_interface.lib.php: Do not add BINARY types multiple
  796.       times (bug #1374457).
  797.     * libraries/common.lib.php, libraries/config.default.php: Variable name
  798.       should be ForceSSL and not ForceSLL (bug #1374452).
  799.  
  800. 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  801.     * libraries/common.lib.php:
  802.       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
  803.       - PMA_getTab(): use $_SERVER['PHP_SELF']
  804.     * libraries/display_import.lib.php: missing '/' for closing div tag
  805.     * libraries/display_export.lib.php: no name attribute for sup tag
  806.     * server_engines.php:
  807.       - revised (style, code, xhtml output)
  808.       - use variable name as title if title is empty
  809.       - make use of PMA_formatNumber() for non byte numeric values
  810.       - set PMA_NO_VARIABLES_IMPORT
  811.     * libraries/storage_engines.lib.php: revised
  812.       - added PHP 5 constructor
  813.       - added comments
  814.       - PEAR coding standard
  815.     * libraries/engines/innodb.lib.php:
  816.       - revised (style, code, xhtml output)
  817.       - added more status variables
  818.       - PEAR coding standard
  819.       - make use of PMA_formatNumber()
  820.       - added comments
  821.     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
  822.  
  823. 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  824.     * libraries/common.lib.php: added PMA_array_merge_recursive()
  825.     * libraries/Config.class.php:
  826.       - make use of PMA_array_merge_recursive()
  827.       - correctly reset config variables on changes in config.inc.php
  828.     * sql.php: hide edit/delete links for information_schema (bug #1373201)
  829.     * db_operations.php: revised (style, code, xhtml output)
  830.  
  831. 2005-12-05 Michal ─îiha┼Ö  <michal@cihar.com>
  832.     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
  833.     * export.php: Check for correct parameters.
  834.     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
  835.       Fix import of some CSV files (bug #1373731), provide better error
  836.       messages.
  837.     * lang/czech: Update.
  838.     * import.php, libraries/display_import.lib.php: Fix import layout (bug
  839.       #1370416), prefer recoding of strings over changing MySQL charset as in
  840.       this case we can show resulting queries.
  841.  
  842. 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  843.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  844.     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
  845.       before MySQL 4.0.17, and because "it does nothing" (cf manual)
  846.       ### 2.7.0 released
  847.  
  848. 2005-12-04 Michal ─îiha┼Ö  <michal@cihar.com>
  849.     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
  850.       Marc!).
  851.     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
  852.     * lang/czech: Update.
  853.  
  854. 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
  855.     * export.php, libraries/config.default.php, libraries/export/pdf.php,
  856.       libraries/display_export.php, lang/*.php: experimental PDF export
  857.  
  858. 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  859.     * libraries/header.inc.php: missing ; for html entity,
  860.       thanks to Matt "Cyber Dog"
  861.     * tbl_properties_structure.php: fixed bdo tag and id names
  862.       thanks to Matt "Cyber Dog"
  863.     * libraries/tbl_indexes.lib.php: fixed missing quote
  864.       thanks to Matt "Cyber Dog"
  865.     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
  866.       tbl_indexes.php: revised XHTML output
  867.     * themes/original/css/theme_left|right_css.php: use $GLOBALS
  868.  
  869. 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  870.     * libraries/common.lib.php, Theme.class.php:
  871.       missing '/' in img path (bug #1370437)
  872.     * libraries/Config.class.php:
  873.       no error for missing config file (bug #1370269)
  874.     * libraries/session.inc.php: session cookie path (bug #1370294)
  875.     * libraries/Theme_Manager.class.php: update theme list on wakeup
  876.  
  877. 2005-11-30 Michal ─îiha┼Ö  <michal@cihar.com>
  878.     * lang/*: Messages for Sebastian.
  879.     * libraries/Config.class.php: Actually load configuration.
  880.     * Documentation.html, config.default.php (deleted),
  881.       libraries/Config.class.php, libraries/config.default.php: Move
  882.       config.default.php to librarires (bug #1365759).
  883.     * scripts/setup.php: Adapted to new Config class, fix code generation.
  884.  
  885. 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  886.     * libraries/Config.class.php:
  887.       - merged code from common.inc.php and defines.lib.php
  888.       - allow to load without user config
  889.     * libraries/common.inc.php:
  890.       - make use of new PMA_Config class
  891.       - merged PMA_dl() from libraries/defines.lib.php
  892.     * libraries/defines.lib.php: removed
  893.     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
  894.     * scripts/create-release.sh: removed references to defines.lib.php
  895.  
  896. 2005-11-29 Michal ─îiha┼Ö  <michal@cihar.com>
  897.     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
  898.       as last byte.
  899.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  900.     * lang/czech: Update.
  901.     * scripts/setup.php: Added check for latest version and links to homepage
  902.       and donations page.
  903.  
  904. 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
  905.     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
  906.       bug #1367549, handling of CURRENT_TIMESTAMP
  907.  
  908. 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  909.     * libraries/common.lib.php
  910.       - added PMA_setCookie() and PMA_removeCookie()
  911.     * index.php, libraries/common.lib.php:
  912.       - moved setting of cookies from index.php into common.lib.php
  913.     * index.php
  914.       - revised the parameter passing code
  915.       - make use of new functionality of PMA_generate_common_url()
  916.     * css/phpmyAdmin.css.php:
  917.       - removed some unused deprecated elements
  918.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  919.       - added some functionality
  920.       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
  921.     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
  922.       index.php, libraries/auth/config.auth.lib.php,
  923.       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
  924.       - make use of new PMA_Theme and PMA_Theme_Manager classes
  925.       - remove libraries/select_theme.lib.php
  926.     * libraries/Config.class.php:
  927.       new class for handling config
  928.  
  929. 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
  930.     * lang/italian: update, thanks to Luca Rebellato
  931.  
  932. 2005-11-28 Michal ─îiha┼Ö  <michal@cihar.com>
  933.     * scripts/setup.php:
  934.         - Don't allow loading of configuration if there is no write permission
  935.           on config.
  936.         - Add links to documentation.
  937.         - Document all functions.
  938.         - Warn about missing mbstring and old PHP version.
  939.         - Display all warnings in one place.
  940.     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
  941.     * Documentation.html: Add anchors to configuration directives.
  942.     * libraries/sqlparser.lib.php: Do not use functions not supported by older
  943.       PHP (bug #1367782).
  944.     * libraries/string.lib.php: This line should not be commented out.
  945.  
  946. 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  947.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  948.       new classes for handling themes
  949.     * libraries/select_lang.lib.php:
  950.       - revised
  951.       - added check for lang directory (./lang/)
  952.       - check files for languages
  953.       - use PMA_sendHeaderLocation()
  954.     * libraries/common.lib.php: moved all function to top, to make this as
  955.       early as possible available
  956.  
  957. 2005-11-27 Michal ─îiha┼Ö  <michal@cihar.com>
  958.     * Documentation.html, scripts/setup.php: Many new features to setup
  959.       script.
  960.     * pdf_schema.php: Do not use right_font_family.
  961.     * lang/czech: Update.
  962.     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
  963.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  964.       Store HTML entities rather than relying on php functions to create them.
  965.  
  966. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  967.     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
  968.     * libraries/common.lib.php, libraries/export/sql.php,
  969.       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
  970.       tbl_replace.php, tbl_row_action.php:
  971.       define variables only where needed, and use NULL to define them
  972.       if some places test only for isset and not for content
  973.     * libraries/select_lang.lib.php:
  974.       - fixed unchecked variables as it was originaly in my mind
  975.       - added error message if requested lang could not be set
  976.       - set fallback to en-utf-8
  977.       - minore fixes
  978.  
  979. 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  980.     * main.php: move server choice into MySQL container
  981.     * libraries/select_server.lib.php: show currently selected server
  982.     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
  983.       does not exist)
  984.  
  985. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  986.     * libraries/url_generating.lib.php:
  987.       - do not htmlentities on whole string
  988.       - respect arg_separator.input from php.ini
  989.     * libraries/common.lib.php:
  990.       - make PMA_sendHeaderLocation() earlier available
  991.       - add SID only if set
  992.       - check for url params already exist or not (wether & . SID or ? . SID)
  993.       - respect arg_separator.input from php.ini
  994.     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
  995.       and new functionality of PMA_generate_common_url()
  996.     * themes/original: revised
  997.     * themes/darkblue_orange: revised
  998.  
  999. 2005-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1000.     * Documentation.html, config.footer.inc.php(deleted),
  1001.       config.header.inc.php(deleted), libraries/common.lib.php,
  1002.       libraries/footer.inc.php, libraries/footer_custom.inc.php,
  1003.       libraries/header.inc.php, libraries/header_custom.inc.php,
  1004.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1005.       Header and footer per themes (RFE #984152) [this part removed later],
  1006.       config.{header,footer}.inc.php files are now optional.
  1007.     * libraries/select_lang.lib.php: Fix undefined indexes.
  1008.     * */.cvsignore: Ignore custom headers and temporary files from Vim.
  1009.     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
  1010.       to Sebastian and Marc.
  1011.     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
  1012.     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
  1013.       #601016).
  1014.  
  1015. 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  1016.     * js/querywindow.js: bug #1365503, "do not overwrite this query"
  1017.  
  1018. 2005-11-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1019.     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
  1020.       XSS on some libraries (CVE-2005-3665).
  1021.     * *.php, libraries/*.php: Move scritps that don't need direct access to
  1022.       libraries folder.
  1023.     * Documentation.html: Up to date information about relation stuff.
  1024.     * tbl_query_box.php: Remove unused file.
  1025.     * libraries/tbl_properties.inc.php: Disable clicking events on table
  1026.       creation (bug #1358896).
  1027.     * js/functions.js: Better support for noclickable rows (see above).
  1028.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1029.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1030.     * lang/czech: Updated.
  1031.  
  1032. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1033.     * themes/original/*, css/phpmyadmin.css.php:
  1034.       - updated theme
  1035.       - added version, to include only needed styles
  1036.     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
  1037.       PMA_DBI_get_host_info()
  1038.     * main.php, css/phpmyadmin.css.php:
  1039.       - replaced table layout
  1040.       - added some more infos
  1041.     * themes/original/css/theme_left.cs..php: fixed font size
  1042.     * libraries/url_generating.lib.php:
  1043.       - dont add variables already in cookie (reduces html output up to 30%)
  1044.       - can pass all url variables as array to function
  1045.     * main.php, index.php: moved setting of cookies into index.php
  1046.     * libraries/select_lang.lib.php: made code more reliable
  1047.     * index.php: wrong check for safari
  1048.  
  1049. 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1050.     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
  1051.     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
  1052.       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
  1053.       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
  1054.       header_printview.inc.php, header_meta_style.inc.php, themes.php:
  1055.       - drop PMA_setFontSizes()
  1056.     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
  1057.       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
  1058.       libraries/auth/cookie.auth.lib.php, server_collations.php
  1059.       - moved styles into css
  1060.     * themes.php, css/phpmyadmin.css.php:
  1061.       - moved styles into css
  1062.       - no need for javascript
  1063.     * relation.lib.php: uninitialized variable
  1064.     * tbl_select.php, css/phpmyadmin.css.php:
  1065.       - moved styles into css
  1066.       - minor code improvements
  1067.  
  1068. 2005-11-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1069.     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
  1070.       Drop optional escaping as this should not have any real functionality.
  1071.     * libraries/import.lib.php: Do not overwrite error message from import in
  1072.       case of single SQL query is being executed.
  1073.     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
  1074.       DATA (bug #1363532).
  1075.     * lang/*: Remove unused messages.
  1076.     * main.php, libraries/display_select_lang.lib.php,
  1077.       libraries/auth/cookie.auth.lib.php: Common code for language selection
  1078.       form.
  1079.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1080.       Show native names of languages (RFE #1342726).
  1081.     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
  1082.     * Documentation.html, config.default.php, libraries/common.lib.php:
  1083.       Configurable default connection collation (RFE #1025969).
  1084.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
  1085.       fieldsets on login form (RFE #1364546), use notice box for cookie
  1086.       information.
  1087.     * libraries/display_select_lang.lib.php,
  1088.       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
  1089.     * main.php, libraries/left_header.inc.php,
  1090.       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
  1091.       Functionalised server selection and use it in cookie auth (RFE
  1092.       #1362727).
  1093.     * libraries/common.lib.php: Do not complain if config file is not present,
  1094.       as we can still work in this case (bug #1364647).
  1095.     * lang/*: Added missing $strInvalidServerHostname.
  1096.     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
  1097.     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
  1098.     * header.inc.php: Remove unused code.
  1099.     * Documentation.html, tbl_properties.inc.php,
  1100.       transformation_overview.php, libraries/transformations/overview.php
  1101.       (deleted): Move transformation overview out of libraries folder.
  1102.     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
  1103.       header.inc.php, index.php, pdf_pages.php, querywindow.php,
  1104.       tbl_change.php, tbl_properties.inc.php,
  1105.       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
  1106.       stuff out of libraries folder.
  1107.     * libraries/.htaccess: Deny access to libraries folder over HTTP.
  1108.     * Documentation.html: Recommend disabling access to libraries folder.
  1109.     * libraries/display_export.lib.php, lang/*: Better description for
  1110.       filename format (RFE #1362423).
  1111.     * Documentation.html, index.php: Add target parameter to index.php to
  1112.       allow direct jump to any script.
  1113.     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
  1114.       time outs.
  1115.     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
  1116.       libraries/common.lib.php: Add link for duplicating current frameset (RFE
  1117.       #1165206).
  1118.     * config.default.php, sql.php, Documentation.html: Allow browse page to be
  1119.       default (RFE #1228013).
  1120.     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
  1121.       pass default query to sql.php as it is not needed right now.
  1122.     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
  1123.       tbl_properties_structure.php, libraries/display_tbl.lib.php,
  1124.       libraries/export/htmlword.php, libraries/export/latex.php: Use native
  1125.       MySQL comments when applicable (RFE #1362923).
  1126.  
  1127. 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1128.     * added test/theme.php: for testing themes
  1129.     * phpinfo.php:
  1130.       - respect only $GLOBALS['cfg']['ShowPhpInfo']
  1131.       - minimum include
  1132.     * libraries/common.lib.php
  1133.       - merged two server array checks
  1134.       - dont exit if user config loading failed
  1135.       - dont exit with invalid server index
  1136.       - use file_get_contents() or file() if not present
  1137.       - removed wrong error message
  1138.       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
  1139.  
  1140. 2005-11-21 Michal ─îiha┼Ö  <michal@cihar.com>
  1141.     * libraries/import/sql.php: Fix query splitting in some cases (reported by
  1142.       Marc).
  1143.     * libraries/common.lib.php, lang/*: Translate message that has been
  1144.       ignored for 2.7.0 release.
  1145.     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
  1146.       documentation as it is latest stable version.
  1147.     * main.php, libraries/select_server.lib.php,
  1148.       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
  1149.       #1362671).
  1150.     * index.php: Avoid XSS on HTTP_HOST.
  1151.  
  1152. 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
  1153.     ### 2.7.0-rc1 released
  1154.     * many files: $dbh becomes $controllink for better contrast with $userlink
  1155.  
  1156. 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1157.     * libraries/common.lib.php::PMA_showMySQLDocu()
  1158.       - undefined constant (if server connection fails)
  1159.     * libraries/select_theme.lib.php
  1160.       - undefined variable (if server connection fails)
  1161.  
  1162. 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  1163.     * libraries/database_interface.lib.php: initialize in case there are
  1164.       no databases (MySQL < 5.0)
  1165.  
  1166. 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1167.     * server_databases.php:
  1168.       - require_once common.lib.php BEFORE ANYTHING else
  1169.       - unified style, removed tables
  1170.       - removed superuser check for dbstats
  1171.     * css/phpmyadmin.css.php:
  1172.       - small improvements
  1173.     * themes/darkblue_orange/css/*
  1174.       - fixed font sizes
  1175.     * lang/english-*: small improvements
  1176.     * tbl_properties_structure.php
  1177.       - do not truncate rowcount and next autoindex
  1178.     * /*
  1179.       - common.lib.php should REALLY REALLY and ALWAYS be the first include
  1180.       - no other calls to grab_gloabls.lib.php
  1181.     * fixed minimum_common for css files
  1182.     * header.inc.php: missing ; after "
  1183.     * libraries/function.js::pdfPaperSize()
  1184.       - function does not always return a vlaue
  1185.       - undeclared variables
  1186.     * libraries/display_export.lib.php
  1187.       - use superscript tag for comment
  1188.     * server_links.inc.php
  1189.       - require_once server_common.inc.php
  1190.  
  1191. 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  1192.     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
  1193.     * lang/finnish: update, thanks to Jouni Kahkonen
  1194.     * lang/belarusian updates, thanks to Jaska Zedlik
  1195.  
  1196. 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1197.     * libraries/grab_globals.lib.php: just to be sure:
  1198.       - clean/empty $GLOBALS with $variables_whitelist
  1199.       - unset some vars after use
  1200.       - check all superglobals that could be imported by register_globals=on
  1201.         for GLOBALS key (not only _REQUEST and _FILES )
  1202.       - added $import_blacklist
  1203.         - added variables starting with pma_, numeric or containing spaces
  1204.         - *REVERT* do not prevent import pma_*
  1205.       - rewrote PMA_gpc_extract()
  1206.         - use $import_blacklist
  1207.         - documentation
  1208.     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
  1209.       libraries/select_lang.php: keep the global space clean
  1210.       - unset variables after use
  1211.       - commented out some never used variables
  1212.     * main.php, libraries/common.lib.php, libraries/dbi/*:
  1213.       - added $GLOBALS['PMA_errors'] array
  1214.     * libraries/database_interface.lib.php, libraries/dbi/*:
  1215.       fall back to alternative mysql extension if selected fails and switch to
  1216.       error.php if this fails too
  1217.        - moved loading of extension out of libraries/dbi/* into
  1218.          libraries/database_interface.lib.php
  1219.     * libraries/sanitizing.lib.php: dont use deprecated tags
  1220.     * lang/german-*: fixed $strCantLoad
  1221.  
  1222. 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
  1223.     * tbl_properties_links.php: missing menu tabs
  1224.     * Documentation.html, config.default.php, footer.inc.php,
  1225.       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
  1226.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
  1227.       new Query Window behavior
  1228.  
  1229. 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1230.     * added missing themes/darkblue_orange/img/error.ico
  1231.     * themes/darkblue_orange/css/theme_right.css.php
  1232.       - wrong error.ico
  1233.     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
  1234.       themes/*/img/frm_linevrlt.png
  1235.       - removed
  1236.  
  1237. 2005-11-15 Michal ─îiha┼Ö  <michal@cihar.com>
  1238.     * css/phpmyadmin.css.php: Do not use common header file, as there is
  1239.       nothing common at all.
  1240.     * libraries/header_http.inc.php: Allways send text/html content type.
  1241.     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
  1242.       transformation_wrapper.php: Use define rather than variable for
  1243.       conditional paths.
  1244.     * libraries/display_create_database.lib.php: Add label for create database
  1245.       input.
  1246.  
  1247. 2005-11-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1248.     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
  1249.  
  1250. 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1251.     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
  1252.       bug #1342683 Wrong URL to error.ico
  1253.     * libraries/tooltip.js::pmaTooltip():
  1254.       - no return value (not always returns a value)
  1255.       - additional check
  1256.       - undefined variable docY
  1257.     * libraries/left_header.inc.php
  1258.       - added class icon
  1259.     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  1260.       - added class icon to images
  1261.       - fixed select all rows
  1262.       - removed arrow_ltr/rtl.png for vertical display
  1263.       - cleaned up php code and html output
  1264.     * css/phpmyadmin.css.php:
  1265.       - removed space arround form elements
  1266.  
  1267. 2005-11-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1268.     * Documentation.html, config.default.php, main.php, server_links.inc.php,
  1269.       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
  1270.       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
  1271.       condition from showing php info.
  1272.     * lang/czech: Small improvements.
  1273.  
  1274. 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1275.     * db_details_structure.php: wrong js function call
  1276.     * libraries/functions.js
  1277.       - removed deprecated function setCheckboxesRange()
  1278.       - rewrote setCheckboxes()
  1279.       libraries/server_privilegs.js
  1280.       - removed setCheckboxes()
  1281.       header.inc.php: include functions.js for server_privilegs.php
  1282.       server_privilegs.php
  1283.       - bug #1353437 Table/Column privileges brokeness new in HEAD
  1284.       - fixed proper display fo yes/no for column/table specific rights
  1285.       - fixed row selection
  1286.       - make use of javascript:un/markAllRows()
  1287.       - adapted layout like db, table and row lists
  1288.     * lang/german: fixed translation
  1289.  
  1290. 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
  1291.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  1292.     * lang/finnish: update, thanks to Jouni Kahkonen
  1293.  
  1294. 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  1295.     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
  1296.       if PHP does not support session
  1297.     * server_privileges.php: bug #1353435, selecting users to drop is broken
  1298.       and bug #1353437, undefined index while editing a user
  1299.  
  1300. 2005-11-10 Michal ─îiha┼Ö  <michal@cihar.com>
  1301.     * scripts/create-release.sh: = is correct for comparsion in shell.
  1302.     * server_privileges.php: Revert fix for #1353437, there are wrong data and
  1303.       not displaying of it, fix bad display of table privileges.
  1304.  
  1305. 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  1306.     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
  1307.     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
  1308.     * tbl_properties.inc.php: superscript 1 for Length/Values
  1309.  
  1310. 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1311.     * server_databases.php, mysql_charsets-lib.php:
  1312.       bug #1351743 undefined function: pma_getservercollation()
  1313.     * database_interface.lib.php: added PMA_DBI_get_default_engine()
  1314.     * db_details_structure.php:
  1315.       - fixed display issues
  1316.       - display default engine in footer
  1317.     * libraries/common.lib.php: added PMA_getDbLink
  1318.     * libraries/display_create_table.lib.php: use fieldset
  1319.     * server_privilegs.php, libraries/server_privilegs.js:
  1320.        - db with only table specific rights where not displayed if there was not
  1321.          at least one db with db specfic rights
  1322.        - javascript errors
  1323.     * function.js, db_details_structure.php, tbl_properties_structure.php,
  1324.       display_tbl.lib.php, server_databases.php:
  1325.        - added js:markAllRows(), js:unMarkAllRows()
  1326.        - check/uncheck all rows now sets mark color for this rows
  1327.  
  1328. 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1329.     * Documentation.html, browse_foreigners.php, error.php,
  1330.       header_printview.inc.php, index.php, left.php, translators.html,
  1331.       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
  1332.       fixed/added favicon
  1333.     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
  1334.  
  1335. 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  1336.     * tbl_properties_links.php: undefined variable $db_is_information_schema
  1337.     ### 2.7.0-beta1 released
  1338.  
  1339. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1340.     * libraries/display_tbl.lib.php:
  1341.       bug #985399 MIME-based in print view / need to select the pk
  1342.     * db_details_db_info.php: Undefined variable: db_is_information_schema
  1343.     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
  1344.  
  1345. 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  1346.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  1347.  
  1348. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1349.     * libraries/database_interface.lib.php,
  1350.       libraries/dbi/*.dbi.lib.php:
  1351.       - added PMA_DBI_convert_message()
  1352.       - bug #1344654 Not converted mysql error message to chosen user language
  1353.     * sql.php: use fieldset for 'bookmark this'
  1354.  
  1355. 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1356.     * themes/*/css/theme_right.css.php:
  1357.       dropped deprecated style classes
  1358.     * server_databases, libraries/databases_interface.lib.php,
  1359.       libraries/mysql_charsets.lib.php:
  1360.       updated database list:
  1361.       - added PMA_getServerCollation()
  1362.         - display server collation in db list footer
  1363.       - added PMA_DBI_get_databases_full()
  1364.         - make use of info_schema on MySQL 5
  1365.         - always display db stats for MySQL 5
  1366.       - fixed html output
  1367.       - replaced " with ' in some queries
  1368.     * tbl_properties_structure.php, tbl_properties_common.php
  1369.       tbl_properties_links.php:
  1370.       - no drop, empty, operation, insert, import for information_schema tables
  1371.       - enabled export for views
  1372.     * db_details_common.php, db_details_structure.php, db_details_links.php:
  1373.       - no import, drop, rights, operation for information_schema
  1374.  
  1375. 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  1376.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  1377.  
  1378. 2005-11-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1379.     * db_details_structure.php: Read InnoDB exact count before rendering icons
  1380.       for truncating (bug #1337744).
  1381.  
  1382. 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1383.     * db_details_structure.php:
  1384.       fixed display of stats for InnoDB and information_schema
  1385.     * main.php:
  1386.       - bug #1348089 SQL and actions bellow should be same width
  1387.       - removed nowrap, vertical srcolling is really annoying
  1388.     * main.php, libraries/check_user_privileges.lib.php:
  1389.       - bug #1348189 after droping db some links in main.php are missing
  1390.     * header.inc.php, libraries/common.lib.php:
  1391.       - added class icon to img-tags
  1392.     * libraries/header_meta_style.inc.php:
  1393.       fixed position of link meta tag
  1394.     * libraries/select_server.lib.php
  1395.       fixed html output
  1396.  
  1397. 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
  1398.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
  1399.       bug #1339184, problems in strict mode inserting auto-increment fields
  1400.     * libraries/header_meta_style.inc.php: favicon on login panel
  1401.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1402.  
  1403. 2005-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1404.     * libraries/common.lib.php: Incorrect message for validate links (bug
  1405.       #1346608).
  1406.  
  1407. 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1408.     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
  1409.       fixed different font sizes
  1410.     * footer.inc.php, libraries/dbg/*:
  1411.       use $GLOBALS as this scripts can be included from inside a function
  1412.     * left.php, libraries/common.lib.php:
  1413.       fixed some rtl lang issues
  1414.  
  1415. 2005-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  1416.     * config.default.php: This is not a configuration file.
  1417.     * config.default.php, Documentation.html, libraries/common.lib.php: Use
  1418.       $cfg['Servers'][1] from config.default.php as defaults for settings in
  1419.       config.inc.php (bug #1330847).
  1420.  
  1421. 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1422.     * libraries/dbg/setup.php:
  1423.       - display error in error box
  1424.       - fixed 'not defined function'
  1425.     * libraries/dbg/profiling.php:
  1426.       - minor fixes: html output, speed, rtl lang
  1427.     * tbl_realtion.php:
  1428.       - fixed html output of table
  1429.       - used fieldset for forms
  1430.     * libraries/common.lib.php, browse_foreigners.php:
  1431.       - replaced $cfg['Bgcolor*'] with classes
  1432.       - make use of fieldset
  1433.     * css/print.css, dbv_datadict.php:
  1434.       - replaced $cfg['Bgcolor*'] with classes
  1435.       - reduced output size by 40%
  1436.     * libraries/display_create_tbl.php
  1437.       - XHTML compl.
  1438.       - added class icon
  1439.  
  1440. 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  1441.     * server_privileges.php: undefined variable when changing a password
  1442.  
  1443. 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1444.     * libraries/common.lib.php:
  1445.       bug #1342332 Error messages wrongly formatted.
  1446.     * themes/*/css/theme_right.css.php:
  1447.        - fixed some rtl languages issues
  1448.        - added style for notice box (server_export.php)
  1449.  
  1450. 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1451.     * themes/*/css/theme_right.css.php:
  1452.        - use right image path
  1453.        - fixed icon alignment for rtl languages
  1454.     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
  1455.        - fixed some rtl language issues
  1456.     * favicon.ico: changed icon
  1457.  
  1458. 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  1459.     * server_privileges.php: do not display No under the Password column
  1460.       if this is not a "real user" definition
  1461.  
  1462. 2005-10-31 Michal ─îiha┼Ö  <michal@cihar.com>
  1463.     * libraries/select_lang.lib.php: Simplify code.
  1464.     * libraries/common.lib.php: Allow collation change for ENUM and SET
  1465.       columns (bug #1343627).
  1466.     * main.php: Use normal message on reload, not just plain text.
  1467.     * themes/darkblue_orange/css/theme_right.css.php,
  1468.       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
  1469.       #1342683).
  1470.  
  1471. 2005-10-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1472.     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
  1473.     * lang/*: Remove duplicite message.
  1474.     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
  1475.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1476.     * libraries/display_tbl.lib.php: Do not break on special chars in column
  1477.       name (bug #1180668).
  1478.     * libraries/common.lib.php: Do not escape SQL query twice while showing it
  1479.       in error message (bug #1336452).
  1480.     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
  1481.       when search path does not contain current directory.
  1482.     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
  1483.       for generating links to documentation, fixes link to new style docs.
  1484.  
  1485. 2005-10-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1486.     * Documentation.html, config.default.php, libraries/common.lib.php: Link
  1487.       documentation to version we run (RFE #1334292), fix links for chapter
  1488.       documentation (bug #1341676), drop support for old links.
  1489.     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
  1490.       libraries/display_create_database.lib.php,
  1491.       libraries/sql_query_form.lib.php: Fix documentation links (bug
  1492.       #1341676).
  1493.  
  1494. 2005-10-29 Olivier Mueller <om@omnis.ch>
  1495.     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
  1496.       and improvements (--force option, installation summary, backup
  1497.       directory timestamp)
  1498.  
  1499. 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  1500.     * Documentation.html: clarification on FAQ 6.20
  1501.     * server_privileges.php: respect the chosen initial
  1502.     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
  1503.       in the Browse header, thanks to Cal Henderson
  1504.  
  1505. 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1506.     * server_privilegs.php, libraries/common.lib.php,
  1507.       themes/*/theme_right.css.php:
  1508.        - minor tweak in display
  1509.        - added PMA_unescape_mysql_wildcards()
  1510.        - bug #1144110 Unable to escape "_"
  1511.        - now every user from every mysql table is displayed
  1512.        - no table specific rights for db wildcards
  1513.     * index.php, favicon.ico: added favicon.ico
  1514.  
  1515. 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1516.     * libraries/common.lib.php::PMA_formatNumber(),
  1517.       db_details_structure.php: do not truncate rowcount
  1518.     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
  1519.       - preserve selected db
  1520.       - make use of PMA_DBI_select_db()
  1521.       - documentation
  1522.     * tbl_properties_structure.php:
  1523.       - added browser icon for each field (count unique values)
  1524.       - removed styling
  1525.       - make use of global row highlighting/marking
  1526.       - display 'print table' and row stats for views
  1527.       - no actions for info_schema tables
  1528.     * css/phpmyadmin.css.php:
  1529.       - added style for class selectallarrow
  1530.       - added extra space between icons and text
  1531.     * browse_foreigners.php, header_printview.inc.php, left.php:
  1532.       bug #1334963 Per-server themes - left frame colors unthemed
  1533.     * server_privileges.php:
  1534.       - bug #1274032 Field privileges with database names containing underscores
  1535.       - use DROP USER
  1536.       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
  1537.     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
  1538.     * left.php, libraries/common.lib.php: format rowcount in left frame
  1539.     * server_privileges.php:
  1540.       bug #688255 Can't edit priv. when different host in db and user
  1541.  
  1542. 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  1543.     * lang/french* updates
  1544.  
  1545. 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1546.     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
  1547.       db_operations.php, mult_submits.inc.php, server_privileges.php,
  1548.       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
  1549.       libraries/auth/cookie.auth.lib.php:
  1550.       unified message boxes (error, warning, confirmation)
  1551.     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
  1552.  
  1553. 2005-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1554.     * lang/english: "Log in" is correct naming for action (RFE #945440).
  1555.     * tbl_properties_operations.php: Allow to change auto_increment for
  1556.       InnoDB (bug #1337873).
  1557.     * tbl_properties_operations.php: Reread table information after change, so
  1558.       that rendered page contains change, that has been just done.
  1559.  
  1560. 2005-10-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1561.     * tbl_properties_operations.php: Fix changing table attributes, reread new
  1562.       parameters after changing them (bug #1290413).
  1563.     * main.php: Remove useless isset.
  1564.     * lang/czech: Update.
  1565.  
  1566. 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  1567.     * libraries/relation.lib.php: there is already a function to do this
  1568.       sort (thanks to Sebastian)
  1569.     * tbl_change.php: bug #1334627, do not set NOW() as default function
  1570.       when the TIMESTAMP has a default value and does not have the
  1571.       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
  1572.  
  1573. 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  1574.     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
  1575.       and content-id by content
  1576.     * libraries/common.lib.php: bug #1330847, undefined index connect_type
  1577.  
  1578. 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1579.     * db_details_export.php:
  1580.       - replaced for() with foreach()
  1581.       - dont pollute $GLOBALS['table']
  1582.     * libraries/mysql_charsets.lib.php:
  1583.       - make use of mysql variable collation_database
  1584.       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
  1585.     * libraries/database_interface.lib.php:
  1586.       extended function PMA_DBI_get_tables_full():
  1587.        - make use of information_schema
  1588.        - always fill fields for information_schema and show table status
  1589.     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
  1590.  
  1591. 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  1592.     * server_databases.php: security fix
  1593.     * libraries/common.lib.php, /grab_globals.lib.php: security fix
  1594.  
  1595. 2005-10-20 Alexander M. Turek  <me@derrabus.de>
  1596.     * libraries/mysql_charsets.lib.php:
  1597.       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
  1598.         if we just want to get to know a database's default collation;
  1599.      - Make use of this fancy new function PMA_DBI_fetch_value().
  1600.  
  1601. 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1602.     * sql.php, footer.inc.php: refresh left frame on view creation
  1603.     * left.php: view icon for views
  1604.     * libraries/left.js: dropped
  1605.     * libraries/function.js: tuned PMA_merkRowsInit():
  1606.       every table with class data now has mark and hover effect
  1607.     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
  1608.     * css/phpmyadmin.css.php, server_status.php: css cleanup
  1609.     * db_details_structure.php, db_details_db_info.php:
  1610.       - XHTML compliance, styling outsourced, row marker outsourced
  1611.       - do not too much if there is no table
  1612.  
  1613. 2005-10-19 Alexander M. Turek  <me@derrabus.de>
  1614.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
  1615.       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
  1616.     * lang/german-*.inc.php: Updated some untranslated strings.
  1617.  
  1618. 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  1619.     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
  1620.  
  1621. 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1622.     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
  1623.       fix problem not remembering selected server
  1624.     * libraries/tooltip.js, themes/*/theme_right.css.php:
  1625.       moved not always needed code out of event handler, fixed display with larger font
  1626.     * libraries/function.js, css/phpmyadmin.css.php:
  1627.       added mark and hover effect to every table of class data
  1628.     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
  1629.     * footer.inc.php, header.inc.php, libraries/tooltip.js:
  1630.       moved tooltip javascript include into header
  1631.  
  1632. 2005-10-18 Michal ─îiha┼Ö  <michal@cihar.com>
  1633.     * libraries/relation.lib.php: Do not set database if not needed.
  1634.     * libraries/common.lib.php: Use common infrastructure for getting tables.
  1635.     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
  1636.       Allow to limit list of shown languages (RFE #1328003).
  1637.     * libraries/common.lib.php: Fix URL detection when not called from top
  1638.       level directory (eg. transformations overview).
  1639.     * Documentation.html, config.default.php, export.php, import.php,
  1640.       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
  1641.       libraries/display_export.lib.php, libraries/display_import.lib.php,
  1642.       libraries/sql_query_form.lib.php: Support for user specific upload and
  1643.       save directories (RFE #1260039).
  1644.  
  1645. 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1646.     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
  1647.     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
  1648.       libraries/querywindow.js: update row count in left frame bug #1243908
  1649.     * libraries/common.lib.php:
  1650.       bug #1216521: display duplicate rows for failed unique key creation
  1651.  
  1652. 2005-10-17 Michal ─îiha┼Ö  <michal@cihar.com>
  1653.     * lang/czech: Translation fixes.
  1654.     * libraries/common.lib.php: Group databases by rightmost separator (bug
  1655.       #1325651).
  1656.     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
  1657.     * libraries/sql_query_form.lib.php: No warning if no db defined.
  1658.     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
  1659.  
  1660. 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1661.     * css/phpmyadmin.css.php: border around tabs bug #1326730
  1662.     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
  1663.     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
  1664.       header_printview.inc.php, left.php, querywindow.php,
  1665.       transformation_wrapper.php, left_header.inc.php:
  1666.       removed queryframe.php and references to it
  1667.     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
  1668.       libraries/common.lib.php, libraries/left_header.inc.php,
  1669.       libraries/sql_query_form.lib.php, libraries/querywindow.js:
  1670.       code cleanup whole querywindow js stuff, moved all in one new js file,
  1671.       now included in index.php, bug #1327055
  1672.  
  1673. 2005-10-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1674.     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
  1675.     * server_databases.php: Don't allow to check mysql database for dropping
  1676.       (RFE #1327514).
  1677.     * lang/*, libraries/transformations/text_plain__sql.inc.php:
  1678.       Transformation for SQL pretty printing (RFE #1327648).
  1679.  
  1680. 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  1681.     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
  1682.     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
  1683.       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
  1684.  
  1685. 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  1686.     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
  1687.     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
  1688.  
  1689. 2005-10-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1690.     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
  1691.       not configured.
  1692.     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
  1693.       by one, this boosts performance while inserting huge blobs (bug
  1694.       #1315232).
  1695.     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
  1696.       #1252713).
  1697.  
  1698. 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1699.     * lang/*: typo 'unser' -> 'user'
  1700.     * lang/german: partial Update
  1701.     * libraries/import.lib.php: uninitialized variables
  1702.  
  1703. 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  1704.     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
  1705.  
  1706. 2005-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1707.     * Documentation.html: Fix URL rewriting not to match empty parts.
  1708.     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
  1709.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1710.       Use common header.
  1711.     * libraries/header_meta_style.inc.php: Add support for defining page
  1712.       title.
  1713.     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
  1714.       detection to only place where it is currently used.
  1715.     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
  1716.       by writing through JavaScript.
  1717.     * libraries/get_foreign.lib.php: Free temporary query result.
  1718.     * lang/czech: Improve some translations.
  1719.     * sql.php: We need bookmark code to be included everytime.
  1720.     * libraries/common.lib.php: Allow editing of query without database.
  1721.  
  1722. 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1723.     * left.php: preselect db if only one db
  1724.     * server_privileges.php:
  1725.       XHTML compl., NOTICE, Icons for Edit/Revoke Links
  1726.     * server_processlist.php, libraries/display_import.lib.php,
  1727.       css/phpmyadmin.css.php: XHTML compl.
  1728.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  1729.       JavaScript errors, layout errors
  1730.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  1731.       small CSS fixes
  1732.     * libraries/display_export.lib.php, server_export.php:
  1733.       XHTML compliance, introduced fieldsets
  1734.  
  1735. 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1736.     * css/phpmyadmin.css.php, libraries/common.lib.php,
  1737.       themes/darkblue_orange/css/theme_right.css.php,
  1738.       themes/original/css/theme_right.css.php:
  1739.       use list for navigation tabs RFE #1290423
  1740.     * db_details_structure.php: fixed NOTICE
  1741.     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
  1742.       revert icon size to fixed width and height
  1743.     * libraries/session.inc.php:
  1744.       dont use 6-bit chars on windows
  1745.     * css/phpmyadmin.css.php:
  1746.       display bug in FF with tabs in querywindow
  1747.     * libraries/common.lib.php:
  1748.       fixed rowcount in left frame for tables in information_schema
  1749.     * libraries/sql_query_form.lib.php:
  1750.       XHTML compl.
  1751.     * css/phpmyadmin.css.php, server_status.php, server_databases.php
  1752.       server_collations.php, server_engines.php, server_privileges.php
  1753.       server_variables.php: XHTML compl.
  1754.  
  1755. 2005-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  1756.     * libraries/get_foreign.lib.php: Fix paging.
  1757.     * tbl_properties_links.php: Make drop and empty tabs lead to structure
  1758.       instead of SQL.
  1759.     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
  1760.     * querywindow.php: Add icon for history tab.
  1761.  
  1762. 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  1763.     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
  1764.  
  1765. 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1766.     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
  1767.       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
  1768.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
  1769.       themes/darkblue_orange/css/theme_left.css.php
  1770.       themes/original/css/theme_left.css.php:
  1771.       XHTML 1.0 trans. compliance and more semantic XHTML output
  1772.     * tbl_printview.php, tbl_properties_structure.php:
  1773.       no table statistics for information_schema
  1774.     * tbl_properties_table_info.php:
  1775.       bug #1317655 information_schema browsing
  1776.     * db_details_db_info.php, db_details_structure.php:
  1777.       fixed display table statistics for information_schema
  1778.     * db_details_links.php, header.inc.php:
  1779.       moved database comment into header (serverinfo) after database name
  1780.     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
  1781.       XHTML 1.0 trans. compliance
  1782.  
  1783. 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  1784.     * tbl_properties_links.php: invalid js confirmation and operation feedback
  1785.       when dropping a view
  1786.     * server_privileges.php: bug #1226819, Accepting Negative values in
  1787.       Resource Limits in Privileges
  1788.  
  1789. 2005-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1790.     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
  1791.       config.default.php: Add ability to limit maximal size of extended insert
  1792.       query, defaults to 50 KB (RFE #1015378).
  1793.     * import.php, libraries/common.lib.php, lang/*: Show message when
  1794.       bookmark has been created (RFE #477472), show deleted bookmark query.
  1795.     * server_privileges.php: Limit username and hostname to actual limits of
  1796.       MySQL (RFE #1178071).
  1797.     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
  1798.     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
  1799.       #1191792).
  1800.     * tbl_properties.inc.php: Remove unused code, show only available engines,
  1801.       remember value of seleted engine (bug #1239580).
  1802.     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
  1803.       searching in foreign keys (RFE #871091).
  1804.     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
  1805.       existing bookmark (RFE #907438).
  1806.     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
  1807.       shortcuts for IP rules (RFE #1022831).
  1808.  
  1809. 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
  1810.     * libraries/session.inc.php: workaround for warnings on session_start()
  1811.       displayed on sf.net server
  1812.     * sql.php: remove old code
  1813.     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
  1814.       support MAX_USER_CONNECTIONS
  1815.  
  1816. 2005-10-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1817.     * libraries/display_export.lib.php: Use same formatting for all options.
  1818.     * libraries/import/ldi.php: This one does not handle charset conversion.
  1819.     * sql.php: Work even if no db set.
  1820.     * server_status.php: Call sql.php directly, we don't need to care about
  1821.       query splitting done im read_dump.
  1822.     * libraries/import/sql.php: Fix import of queries containing `, fix import
  1823.       of queries not terminated by ;.
  1824.     * libraries/sqlparser.lib.php: Do not show error on empty query.
  1825.     * libraries/import.lib.php: Add support for DROP DATABASE checking.
  1826.     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
  1827.       libraries/common.lib.php: Use import.php.
  1828.     * lang/*: New message for deleting bookmark.
  1829.     * import.php: Add support for bookmarks, support for goto URL, fail
  1830.       correctly if import plugin not found, commented some code.
  1831.     * sql.php, config.default.php: Remove references to read_dump.php.
  1832.     * read_dump.php: Remove unused code.
  1833.     * ldi_check.php, ldi_table.php: Remove unused code.
  1834.     * tbl_change.php: Remove references to ldi_*.
  1835.     * scripts/find_unused_messages.sh: Simplify and addapt to current
  1836.       messages.
  1837.     * import.php: Do not show query in different charset (bug #1028634).
  1838.     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
  1839.       over login, needed for RFE #1278312.
  1840.     * Documentation.html: Add example for redirects like
  1841.       /phpMyAdmin/database/table (RFE  #1278312).
  1842.     * libraries/import.lib.php: Fix execution of single large queries.
  1843.     * import.php, lang/*: Try to detect that upload failed because of limits
  1844.       (RFE #1240480).
  1845.     * libraries/storage_engines.lib.php: Use defined messages.
  1846.     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
  1847.     * libraries/sqlvalidator.lib.php: Removed unused code.
  1848.     * server_privileges.php, lang/*: Better show error, define used message
  1849.       strDeleteNoUsersSelected.
  1850.     * tbl_properties_operations.php: Use strError instead of non existing
  1851.       strFailure.
  1852.     * lang/*: Remove unused messages.
  1853.     * sql.php: Use common code for superuser detection.
  1854.     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
  1855.       libraries/common.lib.php, libraries/relation.lib.php: Use common code
  1856.       for CREATE/ALTER TABLE, set comments on creating table, so that user can
  1857.       see it in the query.
  1858.     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
  1859.       comment and MIME transformation if field not named.
  1860.     * libraries/relation.lib.php: Fix reading native MySQL comments when no
  1861.       phpMyAdmin one defined (bug #1312758).
  1862.     * tbl_properties_structure.php: Removed query box as discussed on mailing
  1863.       list.
  1864.     * tbl_*: Use more require_once to avoid acquiring table info several
  1865.       times.
  1866.     * libraries/relation.lib.php: Do not try to restore database as control
  1867.       user, it has to fail.
  1868.     * libraries/import/sql.php: Fix query parsing when there is comment or
  1869.       string at the end.
  1870.     * import.php: Reenable LIMIT appending (bug #1318624).
  1871.     * sql.php: Fix appending LIMIT when there are comments.
  1872.     * libraries/common.lib.php: Parse query before inserting LIMIT to know
  1873.       where to place it.
  1874.     * lsng/czech: Update.
  1875.  
  1876. 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  1877.     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
  1878.       hyphen was not detected as being already created
  1879.  
  1880. 2005-10-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1881.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  1882.     * libraries/common.lib.php: Drop some old code.
  1883.  
  1884. 2005-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1885.     * import.php: Correctly report that file could not be read.
  1886.     * libraries/import/sql.php: Fix handling of whitespace at the end of
  1887.       imported file.
  1888.     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
  1889.       button (bug# 1312373) and fix entering time begining with 0 (bug
  1890.       #1312373).
  1891.  
  1892. 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  1893.     * db_details_structure.php, tbl_properties_table_info.php: detect
  1894.       MySQL 5.0.13 views
  1895.     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
  1896.       thanks to Vernon Lyon - vlyon
  1897.     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
  1898.       defined at login time but what tested
  1899.     * libraries/display_create_table.lib.php, bug #1311384, Create table
  1900.       dialog on escaped wildcard privileges
  1901.  
  1902. 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1903.     * libraries/functions.js, libraries/sql_query_form.lib.php:
  1904.       fixed JavaScript malfunction in querybox textarea with Opera
  1905.  
  1906. 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  1907.     * server_privileges.php: support for Execute_priv
  1908.  
  1909. 2005-10-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1910.     * lang/czech: Update.
  1911.  
  1912. 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  1913.     * main.php, db_details_structure.php, db_operations.php,
  1914.       libraries/check_user_privileges.php, /display_create_database.lib.php,
  1915.       /display_create_table.lib.php: bug #1307208, detect lack of privileges
  1916.       before showing the "Create new table" dialog. Please test.
  1917.       TODO: detect escaped wildcard privileges
  1918.  
  1919. 2005-09-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1920.     * libraries/display_export.lib.php, libraries/export/sql.php,
  1921.       db_operations.php, tbl_properties_operations.php: Fix auto increment
  1922.       export (bug #1309257).
  1923.  
  1924. 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  1925.     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
  1926.       bug #1262250, cannot change ENUM default value to empty
  1927.  
  1928. 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1929.     * libraries/sql_query_form.lib.php: removed unneeded variable,
  1930.       dont display bookmark selection fieldset if no bookmark exists
  1931.     * libraries/session.inc.php: introduced PMA_secureSession()
  1932.     * sql.php: bug #1305830 wrong db choosen
  1933.  
  1934. 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1935.     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
  1936.       tbl_properties.php, tbl_properties_structure.php, sql.php,
  1937.       querywindow.php, read_dump.php: moved all code for queryboxes into
  1938.       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
  1939.       styles into css, minor interface changes related to queryboxes
  1940.     * libraries/sql_query_form.lib.php: completed function docblocks
  1941.     * css/phpmyadmin.css.php:
  1942.       partially fixed bug: odd display of navtabs in Gecko-Browsers
  1943.     * libraries/session.inc.php, libraries/grab_globals.lib.php,
  1944.       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  1945.       introducing sessions
  1946.  
  1947. 2005-09-27 Michal ─îiha┼Ö  <michal@cihar.com>
  1948.     * lang/czech: Update.
  1949.     * server_status.php, lang/*: Separate some new information on MySQL 5.
  1950.     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
  1951.       Porat - hpman28.
  1952.     * lang/*: Add missing messages, remove duplicates and no longer used.
  1953.     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
  1954.       from normal SQL dialogs.
  1955.     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
  1956.       list on import tab, prepare generic framework to be used elsewhere (RFE
  1957.       #1303145).
  1958.     * tbl_change.php: Use file common file listing.
  1959.     * libraries/common.lib.php, libraries/display_import.lib.php,
  1960.       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
  1961.       file listing in query window, remove no more used functions. Please note
  1962.       that file import from query windows is currently half rewritten, so
  1963.       compressed imports will not work.
  1964.  
  1965. 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1966.     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
  1967.       using PMA_DBI_num_rows() on unbuffered queries
  1968.  
  1969. 2005-09-26 Michal ─îiha┼Ö  <michal@cihar.com>
  1970.     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
  1971.     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
  1972.       plugin parameters to allow using same parameter by multiple plugins.
  1973.     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
  1974.       DATA import plugin for CSV.
  1975.     * libraries/display_import.lib.php: Sort list of import plugins.
  1976.     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
  1977.       selected columns (RFE #1275909).
  1978.     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
  1979.       #1303994).
  1980.     * tbl_create.php, lang/*: Do not allow to create table that already exists
  1981.       (RFE #1255931).
  1982.  
  1983. 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  1984.     * server_privileges.php: support MySQL 5 privileges
  1985.  
  1986. 2005-09-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1987.     * lang/*: Messages for Sebastian.
  1988.     * lang/czech: Partial update.
  1989.  
  1990. 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1991.     * left.php, queryframe.php, libraries/common.lib.php,
  1992.       libraries/left_header.inc.php, css/phpmyadmin.css.php:
  1993.       grouping databases (bug #1281262)
  1994.     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
  1995.       extended server status information with description and warnings,
  1996.       added PMA_formatNumber()
  1997.     * server_privilegs.php: fixed bug table not found
  1998.     * tbl_properties_structure.php, css/phpmyadmin.css.php:
  1999.       made statistic tables floating, moved styles into css
  2000.     * css/phpmyadmin.css.php: set font-size in caption to normal
  2001.  
  2002. 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2003.     * querywindow.php, css/phpmyadmin.css.php:
  2004.       resize querywindow to content (bug #1277375)
  2005.  
  2006. 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  2007.     * db_details_links.php, server_privileges.php, server_common.inc.php:
  2008.       bug #1302985, Privileges tab on database
  2009.     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
  2010.       insertion
  2011.  
  2012. 2005-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2013.     * lang/add_message_file.sh: Make it deal with regullar php file, do not
  2014.       mark english text as to translate.
  2015.     * lang/add_message.sh: Do not mark english text as to translate.
  2016.     * *import*, Documentation.html, lang/*, main.php, *links*,
  2017.       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
  2018.       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
  2019.       1274500, 807830).
  2020.     * libraries/import.lib.php, libraries/import/csv.php,
  2021.       libraries/import/sql.php, libraries/import/README: Fix possible data
  2022.       leak when reading large buffer.
  2023.  
  2024. 2005-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2025.     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
  2026.       haystack to strpos (bug #1299422).
  2027.     * server_privileges.php: Reload left frame if dropping database (bug
  2028.       #1298678).
  2029.     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
  2030.       name (bug #1300837).
  2031.  
  2032. 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  2033.     * libraries/display_export.lib.php, libraries/export/csv.php:
  2034.       bug #1301374, csv on-screen export broken
  2035.  
  2036. 2005-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  2037.     * libraries/database_interface.lib.php: Added some useful functions to DBI
  2038.       layer (patch #1286451), thanks to Sebastian Mendel.
  2039.     * Documentation.html, config.default.php, libraries/common.lib.php: Add
  2040.       support for forcing https access to phpMyAdmin (RFE #1111333).
  2041.  
  2042. 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  2043.     * libraries/sqlparser.data.php: patch #1295365, missing function
  2044.       definitions in parser, thanks to Sebastian Mendel
  2045.     * db_details_links.php: patch #1196806, Privileges link on db page
  2046.  
  2047. 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  2048.     * libraries/display_export.lib.php: bug #1293937 Export compression
  2049.       default: bzip instead of bzip2, thanks to Rene Leonhardt
  2050.  
  2051. 2005-09-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2052.     * config.default.php, libraries/common.lib.php: Simplify loading of
  2053.       defaults, why did I write such crap before?
  2054.     * libraries/common.lib.php: Fail if pcre support is missing.
  2055.  
  2056. 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  2057.     * export.php: bug #1290730, https export under MSIE fails
  2058.  
  2059. 2005-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2060.     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
  2061.       Sebastian Mendel.
  2062.     * config.default.php: Do not set blowfish_secret here at all, this needs
  2063.       to be done by user (bug #1290990).
  2064.     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
  2065.     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
  2066.       warn user using error.php (bug #1290888).
  2067.     * tbl_properties_operations.php: Update auto_increment value (bug
  2068.       #1290413).
  2069.     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
  2070.       Add SQL tab for server (patch #1291084), (RFE #1048090).
  2071.     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
  2072.       drop mentions about it from documentation.
  2073.  
  2074. 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
  2075.     * scripts/create-release.sh: no longer copy config.inc.php to
  2076.       config.default.php to keep a backup of the previous version
  2077.  
  2078. 2005-09-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2079.     * libraries/common.lib.php: Add support for lang/added_messages.php
  2080.       (mostly as feature for developer, to allow easilly adding messages
  2081.       while working on some features).
  2082.     * .cvsignore, Documentation.html, config.default.php,
  2083.       config.inc.php[removed], libraries/common.lib.php,
  2084.       libraries/config_import.lib.php[removed]: New configuration handling,
  2085.       use config.inc.php for configuration, default values are stored in
  2086.       config.default.php.
  2087.     * config.default.php: Remove non configuration stuff.
  2088.     * lang/.cvsignore: Ignore lang/added_messages.php.
  2089.  
  2090. 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  2091.     * tbl_relation.php: bug #1287611, no Save button in Relation view
  2092.           when pmadb is not defined
  2093.  
  2094. 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  2095.     ### 2.6.4 released
  2096.  
  2097. 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  2098.     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
  2099.       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
  2100.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  2101.  
  2102. 2005-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  2103.     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
  2104.       #1283552)
  2105.     * ChangeLog: Move vim modelines to correctly interpret et after setting
  2106.       file type (otherwise tabs were not expanded as changelog ft sets noet).
  2107.  
  2108. 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  2109.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2110.  
  2111. 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  2112.     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
  2113.       phpMyAdmin 2.6.4 needs generation 2, version 1;
  2114.       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
  2115.     * header.inc.php: XSS on $title, thanks to Christian Wenz
  2116.  
  2117. 2005-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  2118.     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
  2119.  
  2120. 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  2121.     * tbl_properties.inc.php: bug #1281533, collation not kept while
  2122.       changing table field count
  2123.  
  2124. 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  2125.     * lang/turkish update, thanks to boralioglu.
  2126.  
  2127. 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  2128.     * lang/belarusian updates, thanks to Jaska Zedlik
  2129.     ### 2.6.4-rc1 released
  2130.     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
  2131.       fieldsets for privileges interface, thanks to Sebastian Mendel
  2132.  
  2133. 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  2134.     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
  2135.     * lang/polish: update thanks to Jakub Wilk - ubanus
  2136.  
  2137. 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
  2138.     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
  2139.     * main.php, libraries/common.lib.php, Documentation.html,
  2140.       config.inc.php: patch #1257134, removed code to display the warning if
  2141.       PmaAbsoluteUri is not set. A notice will still display if the autodetect
  2142.       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
  2143.  
  2144. 2005-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2145.     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
  2146.       using MySQL > 4.1.x (bug #1266626).
  2147.     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
  2148.       used on some queries by MySQL 5.0.x (bug #1266623).
  2149.  
  2150. 2005-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  2151.     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
  2152.       Protect against possible XSS (bug #1265740), move input sanitizing to
  2153.       special file.
  2154.     * config.inc.php, libraries/common.lib.php,
  2155.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  2156.       Default charset for export is now configurable (RFE #1263772).
  2157.  
  2158. 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  2159.     * libraries/common.lib.php, new error.php: patch #1258978, move common
  2160.       code for error pages out of common.lib.php, thanks to Sebastian Mendel
  2161.     * lang/german*: bug #1258956, typo
  2162.     * libraries/defines.lib.php, themes/original/info.inc.php,
  2163.       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
  2164.  
  2165. 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  2166.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  2167.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2168.  
  2169. 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  2170.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  2171.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2172.     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
  2173.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2174.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  2175.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  2176.     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
  2177.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2178.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2179.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2180.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2181.     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
  2182.  
  2183. 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  2184.     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
  2185.       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
  2186.       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
  2187.       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
  2188.  
  2189. 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  2190.     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
  2191.  
  2192. 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  2193.     * tbl_change.php: $goto was not encoded in the form, resulting in a
  2194.       problem after editing/saving a row (seen in IE6)
  2195.     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
  2196.       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
  2197.       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
  2198.     * (many files): patch #1253465, avoid error messages for unset variables
  2199.       in PHP functions that require a parameter passed by reference,
  2200.       thanks to Sebastian Mendel
  2201.  
  2202. 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  2203.     * header.inc.php: remove the 'InnoDB free' segment from table comments
  2204.     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
  2205.  
  2206. 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  2207.     * queryframe.php: shorten the path of db subtree items,
  2208.       thanks to Edward Rudd - urkle
  2209.     * config.inc.php, header.inc.php, tbl_properties_links.php,
  2210.       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
  2211.       Documentation.html, libraries/config_import.lib.php: patch #1249528,
  2212.       move table comments to header and enable configuration of header for
  2213.       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
  2214.     * db_details.php: undefined $header_url_qry
  2215.     * sql.php: bug #1255869, "MySQL returned an empty result set" not
  2216.       displayed in all cases
  2217.  
  2218. 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  2219.     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
  2220.       improve support when someone gets this error
  2221.     * Documentation.html: patch #1253248, links and anchors to every FAQ
  2222.       item, thanks to Alexander Schuch - ci-dev
  2223.  
  2224. 2005-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  2225.     * libraries/export/htmlword.php: Fix undefined variable when exporting
  2226.       relations (bug #1253457).
  2227.  
  2228. 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  2229.     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
  2230.       with MySQL 4.0.x
  2231.     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
  2232.       /tbl_move_copy.php: patch #1253461 (code cleanup),
  2233.       thanks to Sebastian Mendel
  2234.     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
  2235.       and code cleanup, thanks to Sebastian Mendel
  2236.  
  2237. 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  2238.     * Documentation.html: Save button for PDF schema coordinates,
  2239.       thanks to Ryan Schmidt
  2240.     * server_privileges.php: undefined index $GLOBALS[''],
  2241.       thanks to Ryan Schmidt
  2242.     * queryframe.php: need at least 2 items to display a group in the
  2243.       database selector, thanks to Ryan Schmidt
  2244.  
  2245. 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  2246.     * queryframe.php: fixes for tree subgroups in databases selector:
  2247.       escaping of special characters, display a db name inside its own
  2248.       group, and proper closing of optgroup, thanks to Ryan Schmidt
  2249.  
  2250. 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  2251.     * Documentation.html, readme.php, license.php:
  2252.       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
  2253.  
  2254. 2005-08-04 Michal ─îiha┼Ö  <michal@cihar.com>
  2255.     * libraries/common.lib.php, export.php: Show error header on error to make
  2256.       clear that something bad has happened.
  2257.  
  2258. 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  2259.     * queryframe.php: patch #1250899:
  2260.      - unified spaces between icons
  2261.      - cleaned html and php code
  2262.      - display of querywindow-icon now follows
  2263.        $cfg['QueryFrame']
  2264.      - always use no_js=1 if $cfg['QueryFrameJS'] == true
  2265.       thanks to Sebastian Mendel
  2266.     * Documentation.html: patch #1169308, FAQ 1.17a improved,
  2267.       thanks to Isaac Bennetch
  2268.     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
  2269.       libraries/common.lib.php, /config_import.lib.php:
  2270.       patch #1246245, tree subgroups for databases (in selector),
  2271.       thanks to Edward Rudd - urkle
  2272.     * db_details.php, tbl_query_box.php: patch #1250935, interface
  2273.       improvements, thanks to Sebastian Mendel
  2274.     * tbl_create.php: bug #1252124, XSS on table creation page
  2275.  
  2276. 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  2277.     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
  2278.       table width should be limited by template if necessary,
  2279.       thanks to Sebastian Mendel - cybot_tm
  2280.     * server_databases.php: patch #1249371, correct calculation of colspan,
  2281.       and patch #1249414, display improvements, thanks to Sebastian Mendel;
  2282.       also,  $dbstats should contain 0 or 1, not the colspan
  2283.     * sql.php: patch #1249451, display improvement for bookmark dialog,
  2284.       thanks to Sebastian Mendel
  2285.     * libraries/common.lib.php: patch #1249457, display improvements for Edit
  2286.       Explain etc dialog, thanks to Sebastian Mendel
  2287.  
  2288. 2005-08-01 Michal ─îiha┼Ö  <michal@cihar.com>
  2289.     * lang/czech: Fix bad translation (is was translated to is not :-)),
  2290.       update.
  2291.  
  2292. 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  2293.     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
  2294.     * Documentation.html: "bug #1248598, explain another cause of the Missing
  2295.       parameter error
  2296.  
  2297. 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  2298.     * tbl_change.php, lang/*: new message $strAndThen
  2299.     * libraries/dbg/profiling.php: patch #1160439, improvements,
  2300.       thanks to Glen Arason
  2301.     * scripts/upgrade.pl: patch #1198492, current version check,
  2302.       thanks to Herman van Rink - helmo
  2303.  
  2304. 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  2305.     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
  2306.  
  2307. 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  2308.     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
  2309.       after inserting a row
  2310.     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
  2311.       RFE #1177459, BOOL column type
  2312.  
  2313. 2005-07-26 Michal ─îiha┼Ö  <michal@cihar.com>
  2314.     * export.php: Use actual MIME type for CSV.
  2315.  
  2316. 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  2317.     * tbl_change.php: insert another new row: dropdown choice should be sticky
  2318.  
  2319. 2005-07-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2320.     * libraries/check_user_privileges.lib.php: Undefined variable (bug
  2321.       #1243885).
  2322.     * libraries/config_import.lib.php: Do not override theme properties when
  2323.       path is not set.
  2324.     * libraries/select_theme.lib.php: Do not attempt to sort themes when
  2325.       themes are disabled (bug #1243883).
  2326.  
  2327. 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  2328.     * tbl_properties_structure.php, tbl_properties.inc.php:
  2329.       bug #1157230, escape special chars in ENUM or SET
  2330.  
  2331. 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  2332.     * db_details_structure.php: table creation should not be possible
  2333.       in information_schema
  2334.     * db_operations.php: those operations do not make sense on
  2335.       information_schema
  2336.     * browse_foreigners.php: bug #1242805, Show All does not work while
  2337.       browsing foreign values
  2338.     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
  2339.       content were reversed (id-content showed content then id)
  2340.  
  2341. 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
  2342.     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
  2343.       cookie-based login panel
  2344.  
  2345. 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  2346.     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
  2347.  
  2348. 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  2349.     * translators.html: message about French translation will be in French
  2350.  
  2351. 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  2352.     * libraries/string.lib.php: typo
  2353.     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
  2354.  
  2355. 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  2356.     * lang/*: removed unused strInvalidRowCount
  2357.  
  2358. 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  2359.     * Documentation.html: how to enable the charset choice for exported file
  2360.  
  2361. 2005-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2362.     * libraries/common.lib.php: Use eval for config file including to catch
  2363.       parse errors (bug #1223319), on error page display config file that
  2364.       actually failed.
  2365.     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
  2366.       libraries/display_create_database.lib.php: Show box for creating
  2367.       database only if user has privileges to do so (bug #1167892).
  2368.     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
  2369.       noticing this.
  2370.  
  2371. 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  2372.     * sql.php: for Insert row and Export, use post when the query is too big
  2373.     * export.php: bug #1116026, export under IE 6 (XP SP2)
  2374.  
  2375. 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  2376.     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
  2377.       field to display
  2378.  
  2379. 2005-07-11 Michal ─îiha┼Ö  <michal@cihar.com>
  2380.     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
  2381.       #1235761).
  2382.  
  2383. 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
  2384.     * config.inc.php, Documentation.html, libraries/common.lib.php,
  2385.       libraries/config_import.lib.php:
  2386.       Document previous foreign-key dropdown work, and also ensure that the
  2387.       configuration import code works properly with it.
  2388.  
  2389. 2005-07-10 Michal ─îiha┼Ö  <michal@cihar.com>
  2390.     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
  2391.       #1192219)
  2392.     * Documentation.html, config.inc.php, left.php, queryframe.php,
  2393.       libraries/common.lib.php, libraries/config_import.lib.php,
  2394.       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
  2395.       User can now have different theme per server (RFE #1231599).
  2396.     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
  2397.     * main.php: Correct ALT attribute for image (bug #1232124).
  2398.     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
  2399.       browsing state while deleting multiple rows (bug #1232624).
  2400.     * tbl_row_action.php: Fix undefined variable warning.
  2401.     * db_details_structure.php, db_operations.php, header.inc.php,
  2402.       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
  2403.       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
  2404.       libraries/functions.js, libraries/indexes.js: Show better error messages
  2405.       when checking numerical inputs (bug #1207402).
  2406.     * sql.php, libraries/common.lib.php: Use post for print view when query is
  2407.       too big (bug #1203692).
  2408.  
  2409. 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  2410.     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
  2411.       Undefined variable order_img
  2412.     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
  2413.     * queryframe.php: bug #1231804, query windows does not open in new window,
  2414.       thanks to Michael Keck
  2415.     * db_details_qbe.php: bug #1234616, minor theme text color issue
  2416.  
  2417. 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  2418.     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
  2419.       without a charset
  2420.  
  2421. 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  2422.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2423.       and Mastermnd for the 2.6.2 translation cleanup
  2424.     * tbl_properties_table_info.php: bug #1231917, commands out of sync
  2425.  
  2426. 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  2427.     * Documentation.html: link in doc, thanks to Cedric Corazza
  2428.     ### 2.6.3 released
  2429.  
  2430. 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  2431.     * db_operations.php: bug #1230224, db rename and old pmadb information
  2432.  
  2433. 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  2434.     * Documentation.html: patch #1229673, improvement to big-file-import
  2435.       instructions, thanks to Isaac Bennetch - ibennetch
  2436.  
  2437. 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  2438.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  2439.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2440.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  2441.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2442.     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
  2443.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2444.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2445.  
  2446. 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
  2447.     * tbl_properties_table_info.php: bug #1228862, creating a table under
  2448.       MySQL 5.x with wrong table type
  2449.  
  2450. 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  2451.     * tbl_properties_operations.php: bug #1225635,
  2452.       cannot change table's collation under MySQL 5.0.4
  2453.  
  2454. 2005-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  2455.     * config.inc.php: Better comments describing multi server setup (patch
  2456.       #1226666).
  2457.     * db_details_links.php: Place export tab on same place as on table page
  2458.       (RFE #1047874).
  2459.     * tbl_properties_links.php: Switch browse and properties tabs
  2460.     * db_details_structure.php: Make order of icons same as on table view (RFE
  2461.       #1047874).
  2462.  
  2463. 2005-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2464.     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
  2465.       Remove error reporting.
  2466.     * config.inc.php, libraries/common.lib.php,
  2467.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  2468.       Configurable file name templates (RFE #1226941).
  2469.     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
  2470.       code for browsing directory with themes (RFE #1184251).
  2471.     * tbl_change.php: Use select instead of input, this saves some place and
  2472.       looks better (RFE #1169931).
  2473.     * tbl_change.php: Display column comment while editing data (RFE #860912).
  2474.     * lang/sync_lang.sh: Fix belarusian name.
  2475.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  2476.       Add hex transformation (RFE #1100068).
  2477.  
  2478. 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  2479.     * db_operations.php: problem renaming a db
  2480.  
  2481. 2005-06-24 Alexander M. Turek  <me@derrabus.de>
  2482.     * lang/german-*.inc.php: Updates.
  2483.     * db_operations.php: Cleaning up Marc's code... ;-p
  2484.  
  2485. 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
  2486.     * config.inc.php, libraries/relation.lib.php,
  2487.       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
  2488.       customizing foreign-key dropdown, take #2, now very customizable, incl max
  2489.       item limit.
  2490.  
  2491. 2005-06-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2492.     * lang/czech: Update.
  2493.  
  2494. 2005-06-22 Alexander M. Turek  <me@derrabus.de>
  2495.     * tbl_properties_structure.php: Undefined index.
  2496.  
  2497. 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  2498.     * config.inc.php, libraries/relation.lib.php: Support for customizing
  2499.       foreign-key dropdown, take #1.
  2500.  
  2501. 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
  2502.     * server_databases.php: Bug #1225315, wrong message displayed
  2503.       when no databases were dropped.
  2504.     * tbl_properties.inc.php: Patch #1225452, JS error for
  2505.       getting the value of a select field in certain browsers.
  2506.  
  2507. 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  2508.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  2509.     * lang/italian: Updates, thanks to Pietro Danesi
  2510.     * lang/finnish: update, thanks to Jouni Kahkonen
  2511.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2512.     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
  2513.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2514.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2515.  
  2516. 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  2517.     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
  2518.       to use a reserved word as an identifier
  2519.     * db_operations.php, libraries/database_interface.lib.php:
  2520.       bug #1221359, Copying a db containing a MERGE table
  2521.  
  2522. 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  2523.     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
  2524.       submit button
  2525.     * db_operations.php: bug #1215688, Copying database does not preserve
  2526.       default charset and collation
  2527.     ### 2.6.3-rc1 released
  2528.  
  2529. 2005-06-12 Olivier Mueller <om@omnis.ch>
  2530.     * lang/*, server_privileges.php: added strings for RFE #1197482:
  2531.       $strGeneratePassword, $strGenerate and $strCopy
  2532.  
  2533. 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  2534.     * tbl_properties_export.php: bug #1169791, exporting results from queries
  2535.       with limit keyword
  2536.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  2537.     * lang/finnish: update, thanks to Jouni Kahkonen
  2538.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2539.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2540.     * lang/belarusian, libraries/select_lang.lib.php:
  2541.       belarusian is now belarusian_cyrillic; added belarusian_latin,
  2542.       thanks to Jaska Zedlik
  2543.  
  2544. 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  2545.     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
  2546.       feature in case of duplicate entry
  2547.  
  2548. 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  2549.     * lang/tatarish*: updates, thanks to Albert Fazl├¡
  2550.     * config.inc.php: bug #1215950, typo in comment
  2551.  
  2552. 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  2553.     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
  2554.       translators.html: renamed "tatar" to "tatarish" (tatar is
  2555.       a different language and this translation is really tatarish)
  2556.     * lang/mongolian*, libraries/select_lang.lib.php,
  2557.       translators.html, Documentation.html, README:
  2558.       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
  2559.  
  2560. 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  2561.     * libraries/functions.js: bug #1207405, invalid SQL when creating
  2562.       table with zero fields
  2563.     * sql.php: bug #1204951, left frame browse icon alt tag
  2564.       not updated on emptying table
  2565.  
  2566. 2005-06-05 Michal ─îiha┼Ö  <michal@cihar.com>
  2567.     * lang/czech: Update.
  2568.  
  2569. 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  2570.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  2571.     * lang/finnish: update, thanks to Jouni Kahkonen
  2572.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2573.     * db_details_structure.php: optional message $strNumberOfFields,
  2574.       will use $strFields if not defined
  2575.     * db_operations.php, lang/*: bug #1212997, db copy should not
  2576.       always perform CREATE DATABASE
  2577.  
  2578. 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  2579.     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
  2580.       translators.html, Documentation.html, README:
  2581.       new language (tatar), thanks to Albert Fazl├¡
  2582.  
  2583. 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  2584.     * Documentation.html: bug #1213761, hint about Hardened PHP
  2585.       and the Missing parameters problem, thanks to Klaus Dorninger
  2586.  
  2587. 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  2588.     * db_details_structure.php: patch 1209863, XHTML validity,
  2589.       thanks to Ryan Schmidt
  2590.  
  2591. 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  2592.     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
  2593.       thanks to Ryan Schmidt
  2594.     * footer.inc.php: bug #1209891, db list not refreshed when the left
  2595.       frame is positionned on a db, then a manual DROP DATABASE it done
  2596.       on another db
  2597.     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
  2598.       refresh the queryframe
  2599.  
  2600. 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
  2601.     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
  2602.       when field type changes
  2603.  
  2604. 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  2605.     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
  2606.     * sql.php: bug #1204913, left frame update on manual table rename
  2607.  
  2608. 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  2609.     * tbl_properties.inc.php: bug #1207404, undefined variables
  2610.  
  2611. 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  2612.     * libraries/common.lib.php: bug #1207395, undefined theme_generation
  2613.       and theme_version, thanks to Ryan Schmidt
  2614.     * tbl_properties_operations.php: bug #1207212, changing table type
  2615.       under MySQL 5.0.4
  2616.  
  2617. 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  2618.     * libraries/charset_conversion.lib.php: diacritics wrongly converted
  2619.       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
  2620.     * tbl_properties_structure.php, tbl_properties.inc.php,
  2621.       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
  2622.     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
  2623.     * themes/[darkblue_orange|original]/css/theme_print.css.php:
  2624.       spelling error Hevetica -> Helvetica, thanks to Castorius and
  2625.       Isaac Bennetch - ibennetch
  2626.  
  2627. 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  2628.     * tbl_select.php: bug #1204235, searching on a VARBINARY field
  2629.  
  2630. 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  2631.     * export.php: bug #1193442, 8 extra spaces at end of export area,
  2632.       thanks to Ryan Schmidt
  2633.     * db_details_structure.php: bug #1193430, zero_rows parameter
  2634.       not url-encoded, thanks to Ryan Schmidt
  2635.  
  2636. 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  2637.     * server_privileges.php, libraries/server_privileges.js:
  2638.       make the password generator work also on user account editing
  2639.  
  2640. 2005-05-17 Olivier Mueller <om@omnis.ch>
  2641.     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
  2642.       password generator on user creation.  RFC: ok like that?  TODO: add strings.
  2643.  
  2644. 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  2645.     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
  2646.       of query is applied to appended LIMIT as well
  2647.  
  2648. 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  2649.     * tbl_printview.php: bug #1178760, header not sent when displaying
  2650.       print view of multi tables, thanks to Hrvoje Novosel - interghost
  2651.     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
  2652.       mousedown, thanks to Ken Stanley - eclipsboi
  2653.  
  2654. 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  2655.     * tbl_properties.inc.php: bug #1069012, table collation forgotten
  2656.       when adding fields
  2657.     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
  2658.       showing the details of a storage engine under MySQL 4.0.x
  2659.  
  2660. 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  2661.     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
  2662.       when exporting without enclosing with backquotes
  2663.  
  2664. 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
  2665.     * db_details_links.php: patch #1196806, add a Privileges tab
  2666.       in db view, thanks to Herman van Rink - helmo
  2667.     * server_privileges.php: add a back link to the db on which
  2668.       we are checking privileges
  2669.     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
  2670.       with USE followed with a db name containing an hyphen
  2671.     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
  2672.  
  2673. 2005-05-08 Olivier Mueller <om@omnis.ch>
  2674.     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
  2675.       with one command and 5 seconds. To be improved, but is working fine
  2676.       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
  2677.     * server_privileges.php: always display the "Add a new user" link
  2678.       on the User overview page (no more need to click on [show all] or
  2679.       an initial before)
  2680.  
  2681. 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  2682.     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
  2683.       sets and collations (temporary workaround)
  2684.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2685.  
  2686. 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
  2687.     * Documentation.html: improvement about PmaAbsoluteUri,
  2688.       thanks to Isaac Bennetch - ibennetch
  2689.  
  2690. 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
  2691.     * libraries/common.lib.php: bug #1185152, setting collation for a field,
  2692.       thanks to Ryan Schmidt - ryandesign
  2693.  
  2694. 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  2695.     * export.php: bug #1123284, avoid double compression when
  2696.       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
  2697.     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
  2698.       thanks to Ryan Schmidt - ryandesign
  2699.  
  2700. 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
  2701.     * server_status.php: bug #1193225, missing </ul>
  2702.     * tbl_properties.inc.php: bug #1193353, js error on creating table
  2703.  
  2704. 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  2705.     * db_operations.php, libraries/tbl_move_copy.php:
  2706.       bug #1192468, bookmarks copied too many times
  2707.  
  2708. 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  2709.     * lang/finnish: update, thanks to Jouni Kahkonen
  2710.     * lang/russian: update, thanks to lobovich
  2711.     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
  2712.  
  2713. 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  2714.     * tbl_properties_structure.php, tbl_properties.inc.php:
  2715.       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
  2716.     * lang/finnish: big update, thanks to Jouni Kahkonen
  2717.  
  2718. 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
  2719.     * libraries/sqlparser*: bug #1185173. A query using the Storage
  2720.       table name and an alias, returned no result. I changed the
  2721.       parser to add a list of "forbidden" reserved words, as listed
  2722.       in the MySQL manual (reserved words). Those are not allowed
  2723.       as a table/column name, but others (like Storage) are allowed.
  2724.       Now the query works. TODO: do not pretty print in color,
  2725.       in this case
  2726.     * libraries/common.lib.php: bug #1179241, wrong escaping of
  2727.       apostrophe in generated PHP code
  2728.  
  2729. 2005-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2730.     * lang/czech: Update.
  2731.     * lang/english: Fix typo.
  2732.  
  2733. 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
  2734.     * left.php, queryframe.php: bug #1168784, please respect the db order
  2735.       given in only_db
  2736.  
  2737. 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  2738.     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
  2739.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2740.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2741.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2742.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2743.     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
  2744.     * tbl_properties_export.php: bug #1180860, error going from Export
  2745.       to Insert tab
  2746.     ### 2.6.2 released
  2747.  
  2748. 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  2749.     * db_details_structure.php: Search icon centering
  2750.  
  2751. 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  2752.     * tbl_alter.php: undefined $field_comments
  2753.  
  2754. 2005-04-10 Alexander M. Turek  <me@derrabus.de>
  2755.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  2756.  
  2757. 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  2758.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  2759.     * server_privileges.php: bug #1179969, problem editing a user's profile
  2760.       (and there was a problem also with the detection of
  2761.        an already existing user)
  2762.  
  2763. 2005-04-09 Alexander M. Turek  <me@derrabus.de>
  2764.     * libraries/sqlparser.data.php: Added keyword ROUTINE.
  2765.  
  2766. 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  2767.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2768.  
  2769. 2005-04-07 Alexander M. Turek  <me@derrabus.de>
  2770.     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
  2771.       en-iso-8859-15.
  2772.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  2773.  
  2774. 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  2775.     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
  2776.     * libraries/common.lib.php: wrong test when the field's type is
  2777.       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  2778.  
  2779. 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  2780.     ### 2.6.2-rc1 released
  2781.  
  2782. 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  2783.     * tbl_addfield.php: TIMESTAMP options support
  2784.     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
  2785.       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
  2786.       set to NULL to have the NULL attribute
  2787.     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
  2788.       with FK constraints to a table in the same db
  2789.  
  2790. 2005-03-31 Alexander M. Turek  <me@derrabus.de>
  2791.     * left.php: Undefined offset (Bug #1174045).
  2792.  
  2793. 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  2794.     * Documentation.html: added FAQ 5.17 about problem with
  2795.       Firefox when the Tabbrowser Extensions plugin is installed
  2796.     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
  2797.     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
  2798.       made dynamic, depending on the field's type
  2799.     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
  2800.  
  2801. 2005-03-30 Alexander M. Turek  <me@derrabus.de>
  2802.     * server_databases.php: Bug #1172782 (Don't allow to drop
  2803.       information_schema).
  2804.     * libraries/mysql_charsets.lib.php: Typo.
  2805.     * lang/german-*.inc.php: Better translation.
  2806.  
  2807. 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  2808.     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
  2809.       thanks to Isaac Bennetch - ibennetch
  2810.     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
  2811.     * lang/*: removed unused message and modified strCheckOverhead
  2812.       where still untranslated
  2813.     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
  2814.       modifying TIMESTAMP options, the table structure editing form
  2815.       was shown without the new options.
  2816.  
  2817. 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  2818.     * libraries/common.lib.php: XSS vulnerability on convcharset
  2819.  
  2820. 2005-03-29 Alexander M. Turek  <me@derrabus.de>
  2821.     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
  2822.       unavailable collations (bug #1172517).
  2823.  
  2824. 2005-03-28 Alexander M. Turek  <me@derrabus.de>
  2825.     * left.php: Implemented the forgotten view icon.
  2826.  
  2827. 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  2828.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2829.     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
  2830.       under MySQL 4.1
  2831.     ### 2.6.2-beta1 released
  2832.  
  2833. 2005-03-27 Alexander M. Turek  <me@derrabus.de>
  2834.     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
  2835.       themes as imcompatible because of recent changes.
  2836.     * libraries/information_schema_relations.lib.php,
  2837.       libraries/relation.lib.php: information_schema relations.
  2838.  
  2839. 2005-03-26 Alexander M. Turek  <me@derrabus.de>
  2840.     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
  2841.     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
  2842.       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
  2843.       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
  2844.       Added more Latin9 language files.
  2845.  
  2846. 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  2847.     * tbl_properties.inc.php: bug #1170255, undefined index: Field
  2848.  
  2849. 2005-03-25 Alexander M. Turek  <me@derrabus.de>
  2850.     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
  2851.       for marking a functionality as unavailable.
  2852.     * libraries/relation.lib.php:
  2853.       - Removed recoding function calls from controluser queries as they do
  2854.         not depend on the connection charset anymore;
  2855.       - Added emulated relations for some information_schema tables. To be
  2856.         continued.
  2857.  
  2858. 2005-03-24 Alexander M. Turek  <me@derrabus.de>
  2859.     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
  2860.       libraries/database_interface.lib.php:
  2861.       - Force separate connection for controluser queries;
  2862.       - Don't apply collation_connection settings to controluser connections.
  2863.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  2864.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  2865.  
  2866. 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  2867.     * header.inc.php: undefined index tbl_is_view when copying a table
  2868.       with constraints and an error occurs
  2869.  
  2870. 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  2871.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2872.     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
  2873.  
  2874. 2005-03-19 Alexander M. Turek  <me@derrabus.de>
  2875.     * lang/german-*.inc.php: Translations #1120157 (bad translation of
  2876.       $strAddSearchConditions).
  2877.     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
  2878.       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
  2879.     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
  2880.       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
  2881.       the German and French language files for testing.
  2882.  
  2883. 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  2884.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2885.     * lang/russian update, thanks to gunsky
  2886.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2887.  
  2888. 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  2889.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  2890.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2891.     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
  2892.       - thedarkness
  2893.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2894.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2895.  
  2896. 2005-03-18 Alexander M. Turek  <me@derrabus.de>
  2897.     * lang/german-*.inc.php: Updates.
  2898.  
  2899. 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  2900.     * Documentation.html: bug #1165148, typo in Documentation.html
  2901.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  2902.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2903.  
  2904. 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  2905.     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
  2906.       config.inc.php (comment only), libraries/common.lib.php:
  2907.       experimental support for table structure editing with MySQL 4.1.2+
  2908.       TIMESTAMP options
  2909.  
  2910. 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  2911.     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
  2912.  
  2913. 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  2914.     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
  2915.       start merging code for MySQL 4.1.2 TIMESTAMP options support
  2916.  
  2917. 2005-03-10 Alexander M. Turek  <me@derrabus.de>
  2918.     * libraries/relation.lib.php: Bug #1159415.
  2919.  
  2920. 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  2921.     * libraries/database_interface.lib.php, libraries/relation.lib.php:
  2922.       problem with getting comments when creating a new table under MySQL 4.1.x
  2923.       with mysql extension
  2924.  
  2925. 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  2926.     * db_operations.php: db comments updating broken
  2927.     * libraries/relation.lib.php: bug #1159415, data dictionary broken
  2928.  
  2929. 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
  2930.     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
  2931.       versions of insert-row icons.
  2932.  
  2933. 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  2934.     * lang/french update
  2935.  
  2936. 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  2937.     * libraries/relation.lib.php: db comments broken
  2938.     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
  2939.     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
  2940.       bookmark improvement,
  2941.       based on patch #1034161 by Ryan Schmidt - ryandesign:
  2942.       sort bookmarks by label, remove the number before each bookmark
  2943.       in the drop-down choice. For this I had to change some logic in the
  2944.       calling scripts. It's still possible to have the same label more
  2945.       than once.
  2946.  
  2947. 2005-03-07 Michal ─îiha┼Ö  <michal@cihar.com>
  2948.     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
  2949.       libraries/header_meta_style.inc.php: Actually use print style in themes,
  2950.       also fixes RFE #1120880.
  2951.     * sql.php: Better calculate inserted row id (bug #1156963).
  2952.     * db_details_links.php, db_details_structure.php: Show database comment on
  2953.       each tab (same as we do with table comments).
  2954.  
  2955. 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
  2956.     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
  2957.       versions of drop icons.
  2958.  
  2959. 2005-03-06 Michal ─îiha┼Ö  <michal@cihar.com>
  2960.     * export.php, libraries/display_export.lib.php, config.inc.php,
  2961.       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
  2962.       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
  2963.       2000 export (RFE #1155122).
  2964.     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
  2965.       engine" translation.
  2966.     * lang/english: Nothing to translate here.
  2967.     * Documentation.html: Document new Excel export.
  2968.     * config.inc.php, libraries/config_import.lib.php,
  2969.       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
  2970.       export now can contain table structure and better handles more
  2971.       tables/databases export.
  2972.     * db_operations.php, export.php, main.php, tbl_move_copy.php,
  2973.       libraries/common.lib.php, libraries/select_theme.lib.php,
  2974.       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
  2975.       / to end of path (bug #1155373).
  2976.  
  2977. 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  2978.     * libraries/relation.lib.php, /display_export.lib.php,
  2979.       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
  2980.       the "Add into comments ... Comments" choice, since they are
  2981.       part of the structure
  2982.  
  2983. 2005-03-06 Alexander M. Turek  <me@derrabus.de>
  2984.     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
  2985.       activity statistics.
  2986.     * server_status.php: Removed InnoDB Status sub-page. It is now part of
  2987.       server_engines.php.
  2988.     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
  2989.       indicators.
  2990.     * libraries/mysql_charsets.lib.php: Don't check the character set of the
  2991.       virtual database "information_schema" (MySQL 5.0).
  2992.     * db_details_links.php, db_details_structure.php: Don't allow the user to
  2993.       change anything in MySQL 5.0's information_schema database.
  2994.  
  2995. 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  2996.     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
  2997.       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
  2998.       /database_interface.lib.php: MySQL 4.1.x native comments
  2999.  
  3000. 2005-03-05 Alexander M. Turek  <me@derrabus.de>
  3001.     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
  3002.       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
  3003.       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
  3004.       libraries/engines/myisam.lib.php:
  3005.       - Moved engine-specific settings into plugins;
  3006.       - Added ability to create multiple sub-pages in server_engines.php for
  3007.         a specific engine;
  3008.       - Added a few InnoDB variables. To be continued. :-)
  3009.       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
  3010.  
  3011. 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  3012.     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
  3013.       Missing parameters, and when the error happens, show a link to FAQ
  3014.  
  3015. 2005-03-03 Alexander M. Turek  <me@derrabus.de>
  3016.     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
  3017.       with "str").
  3018.     * header.inc.php: Wrong icon for views.
  3019.     * libraries/sqlparser.data.php: Added more missing date / time functions.
  3020.  
  3021. 2005-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3022.     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
  3023.       modes not available in current MySQL version, do not fail on error when
  3024.       setting SQL_MODE (bug #1155209).
  3025.  
  3026. 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  3027.     * main.php: bug #1154307, wrong text for alt,
  3028.       thanks to Isaac Bennetch - ibennetch
  3029.     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
  3030.       thanks to Isaac Bennetch - ibennetch
  3031.  
  3032. 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  3033.     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
  3034.       thanks to Ryan Schmidt
  3035.     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
  3036.       var
  3037.  
  3038. 2005-02-27 Alexander M. Turek  <me@derrab.us>
  3039.     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
  3040.       and GET_FORMAT (bug #1152310).
  3041.  
  3042. 2005-02-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3043.     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
  3044.  
  3045. 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  3046.     * Documentation.html: added FAQ 5.16 about various IE and Windows
  3047.       problems. Thanks to Michael Keck.
  3048.     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
  3049.  
  3050. 2005-02-24 Alexander M. Turek  <me@derrabus.de>
  3051.     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
  3052.  
  3053. 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  3054.     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
  3055.       blowfish_secret is empty
  3056.  
  3057. 2005-02-23 Alexander M. Turek  <me@derrabus.de>
  3058.     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
  3059.     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
  3060.       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
  3061.     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
  3062.       we had already commented out a long time ago.
  3063.  
  3064. 2005-02-22 Alexander M. Turek  <me@derrabus.de>
  3065.     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
  3066.       of bug #1149383.
  3067.  
  3068. 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
  3069.     * pdf_pages.php: patch #1120466 (modified): optional column names
  3070.       in visual scratchboard, thanks to Remco Aalbers - remcoa
  3071.  
  3072. 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  3073.     * header.inc.php, queryframe.php: HTML improvement,
  3074.       thanks to Armel Fauveau
  3075.     * server_privileges.php: bug #1113788, escaping character removed by error
  3076.  
  3077. 2005-02-16 Alexander M. Turek  <me@derrabus.de>
  3078.     * db_details_export.php: Views are not exportable yet.
  3079.     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
  3080.     * server_engines.php: Use new CSS class 'disabled' for unavailable
  3081.       engines.
  3082.  
  3083. 2005-02-14 Michal ─îiha┼Ö  <michal@cihar.com>
  3084.     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
  3085.       indexes for print view, use same function as for normal view (bug
  3086.       #1119388).
  3087.     * css/print.css, libraries/tbl_indexes.lib.php,
  3088.       libraries/header_meta_style.inc.php: Use CSS for hiding print button
  3089.       rather than javascript.
  3090.  
  3091. 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  3092.     * tbl_properties_table_info.php: avoid errors #1046, no database selected
  3093.       in MySQL 5.0.2
  3094.     * lang/romanian: Updated, thanks to Valics Lehel.
  3095.  
  3096. 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  3097.     * lang/french update
  3098.     * server_privileges.php: bug #1118137, host not changing when editing user
  3099.  
  3100. 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  3101.     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
  3102.  
  3103. 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  3104.     * config.inc.php, Documentation.html: bug #1115327, document the
  3105.       maximum number of characters for blowfish_secret
  3106.  
  3107. 2005-02-09 Alexander M. Turek  <me@derrabus.de>
  3108.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
  3109.  
  3110. 2005-02-08 Michal ─îiha┼Ö  <michal@cihar.com>
  3111.     * export.php: Fix export of SQL for Safari (bug #1113015).
  3112.  
  3113. 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  3114.     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
  3115.       do not send a boolean to mysqli_free_result() or mysql_free_result(),
  3116.       it expects a result resource
  3117.     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
  3118.       using "copy table" operation
  3119.     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
  3120.       disabled
  3121.  
  3122. 2005-02-07 Alexander M. Turek  <me@derrabus.de>
  3123.     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
  3124.       php 4.1.x.
  3125.  
  3126. 2005-02-06 Alexander M. Turek  <me@derrabus.de>
  3127.     * header.inc.php, tbl_properties_table_info.php: View detection for
  3128.       header.inc.php.
  3129.     * tbl_properties_links.php: Adjusted tab bar for views.
  3130.  
  3131. 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  3132.     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
  3133.  
  3134. 2005-02-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3135.     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
  3136.  
  3137. 2005-02-03 Alexander M. Turek  <me@derrabus.de>
  3138.     * tbl_addfield.php: Bug #1040682 (adding field with collation).
  3139.  
  3140. 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  3141.     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
  3142.       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
  3143.     * tbl_properties.inc.php: bug #1114550, changing the type of
  3144.       a float unsigned column
  3145.  
  3146. 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  3147.     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
  3148.       cannot be used with MYSQL_USE_RESULT
  3149.  
  3150. 2005-01-29 Alexander M. Turek  <me@derrabus.de>
  3151.     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
  3152.       the Janapese language file under MySQL 4.1.
  3153.  
  3154. 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  3155.     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
  3156.       function PMA_reloadNavigation(). A failed connection was not properly
  3157.       detected
  3158.     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
  3159.       parameter 1 to be a result
  3160.  
  3161. 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  3162.     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
  3163.       thanks to Michal
  3164.     * libraries/display_tbl.lib.php: the LongOperation message should
  3165.       be just for InnoDB
  3166.  
  3167. 2005-01-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3168.     * read_dump.php: Fix detection of SELECT query to display on multiple
  3169.       submits (bug #1110727).
  3170.  
  3171. 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  3172.     * tbl_query_box.php: bug #1107937, undefined $fields_list
  3173.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3174.     ### 2.6.1 released
  3175.  
  3176. 2005-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3177.     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
  3178.       (bug #1106652).
  3179.  
  3180. 2005-01-23 Alexander M. Turek  <me@derrabus.de>
  3181.     * libraries/sqlparser.data.php: Added some keywords.
  3182.  
  3183. 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  3184.     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
  3185.       and fix a typo "boommark"
  3186.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3187.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3188.  
  3189. 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
  3190.     * libraries/tooltip.js: new JS library for tooltips (hints)
  3191.     * libraries/common.lib.php: img tag modified for mouseover / mouseout
  3192.       (show/hide tooltip)
  3193.     * header.inc.php: needed div-container for tooltips
  3194.     * footer.inc.php: linking to js-file tooltip.js
  3195.     * themes/.../theme_right.css.php: tooltip class
  3196.     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
  3197.       to small
  3198.     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
  3199.     * themes/.../theme_right.css.php: new class for disabled (not available)
  3200.       text / values / messages
  3201.     * libraries/tooltip.js: removed wrong typos (sorry)
  3202.  
  3203. 2005-01-20 Alexander M. Turek  <me@derrabus.de>
  3204.     * server_engines.php, server_links.inc.php: Use Michael's new icon for
  3205.       storage engines.
  3206.     * main.php: Added link to storage engines sub-page.
  3207.  
  3208. 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
  3209.     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
  3210.       lang/*.php: bug #1084820: ask a confirmation when a user wants to
  3211.       reach the End of rows, and count the exact number of rows to
  3212.       go to the real end
  3213.       TODO: page number selector
  3214.     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
  3215.       to reveal the full message for browsers who truncate it,
  3216.       thanks to Alexander for the suggestion
  3217.  
  3218. 2005-01-18 Alexander M. Turek  <me@derrabus.de>
  3219.     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
  3220.       - Emulation for < MySQL 4.1.2;
  3221.       - BerkeleyDB version information.
  3222.     * tbl_properties.inc.php, tbl_properties_operations.php,
  3223.       libraries/storage_engines.lib.php: Auto-generated engine selection
  3224.       dropdown.
  3225.     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
  3226.  
  3227. 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
  3228.     * libraries/common.lib.php: modified function for
  3229.       Add a link by MySQL-Error #1062 - Duplicate entry
  3230.       (feature request #1036254)
  3231.  
  3232. 2005-01-17 Michal ─îiha┼Ö  <michal@cihar.com>
  3233.     * lang/czech: Fix typos (translation #1103785).
  3234.  
  3235. 2005-01-17 Alexander M. Turek  <me@derrabus.de>
  3236.     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
  3237.       parameters.
  3238.  
  3239. 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  3240.     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
  3241.       #1060 in the logic for error #1062
  3242.  
  3243. 2005-01-15 Alexander M. Turek  <me@derrabus.de>
  3244.     * server_engines.php, server_links.inc.php, lang/*.inc.php,
  3245.       libraries/storage_engines.php: Detailed storage engines status
  3246.       information.
  3247.  
  3248. 2005-01-12 Alexander M. Turek  <me@derrabus.de>
  3249.     * tbl_properties_table_info.inc.php: Basic view detection.
  3250.     * tbl_properties_structure.php: Disabled table-specific interface elements
  3251.       for views.
  3252.  
  3253. 2005-01-11 Alexander M. Turek  <me@derrabus.de>
  3254.     * libraries/relation.lib.php:
  3255.       - Removed redundant code;
  3256.       - Fixed some comments.
  3257.     * tbl_properties_structure.php: Corrected TH numbering.
  3258.     * db_details_structure.php: Small design glitch with "in use" tables.
  3259.     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
  3260.       - Views are now displayed correctly within the table list;
  3261.       - Added ability to drop views from the db structure page.
  3262.         TODO: It is not yet possible to drop a view from the table sub pages.
  3263.  
  3264. 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  3265.     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
  3266.       on invalid login
  3267.  
  3268. 2005-01-10 Michal ─îiha┼Ö  <michal@cihar.com>
  3269.      * lang/czech: Fix typo (translation #1099459).
  3270.  
  3271. 2005-01-10 Olivier Mueller <om@omnis.ch>
  3272.     * README: copyright, we're in 2005
  3273.  
  3274. 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  3275.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3276.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3277.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3278.     * lang/dutch: Updates, thanks to Ivo Teel.
  3279.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3280.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3281.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3282.     ### 2.6.1-rc2 released
  3283.  
  3284. 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  3285.     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
  3286.       a FLOAT field in MySQL 4.1.x
  3287.  
  3288. 2005-01-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3289.     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
  3290.       libraries/functions.js, libraries/tbl_change.js,
  3291.       libraries/keyhandler.js: Use Option key for Safari for moving (bug
  3292.       #1094137), move key handler function to separate file so we have only
  3293.       one, make movement work correctly in vertical display of properties.
  3294.     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
  3295.       (bug #1097593).
  3296.  
  3297. 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  3298.     * tbl_change.php: removed old PHP3-workaround that caused problems
  3299.       with field names like '000'
  3300.  
  3301. 2005-01-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3302.     * tbl_properties_operations.php: Fix changning table parameters if it has
  3303.       no auto increment (bug #1096246).
  3304.  
  3305. 2005-01-04 Alexander M. Turek  <me@derrabus.de>
  3306.     * lang/german-*.inc.php:
  3307.       - Updates and small corrections;
  3308.       - Synchronized translation with the German MySQL documentation.
  3309.  
  3310. 2005-01-03 Michal ─îiha┼Ö  <michal@cihar.com>
  3311.     * export.php: Use standardised mime types and use content encoding for
  3312.       gzip/bzip2. I hope this will fix double gzip compression as in bug
  3313.       #1094649.
  3314.  
  3315. 2005-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3316.     * tbl_alter.php: Don't try to set collation for non text fields (bug
  3317.       #1094109).
  3318.     * sql.php: Do not forget reloading when launching multiple queries (bug
  3319.       #1090818).
  3320.  
  3321. 2004-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  3322.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3323.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3324.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3325.  
  3326. 2004-12-30 Michal ─îiha┼Ö  <michal@cihar.com>
  3327.     * libraries/fpdf/ufpdf.php: Fix some warnings.
  3328.  
  3329. 2004-12-29 Michal ─îiha┼Ö  <michal@cihar.com>
  3330.     * libraries/export/sql.php: Fix typo.
  3331.     * server_databases.php: Use same sort order as in left frame (bug
  3332.       #1087244), allow sorting even if not showing stats.
  3333.     * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
  3334.       libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
  3335.       uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
  3336.       bit modified FPDF class. (bug #1046051)
  3337.     * Documentation.html: Added info about UFPDF library.
  3338.     * lang/czech, lang/english: Improved some texts, also bug #1009667.
  3339.  
  3340. 2004-12-28 Michal ─îiha┼Ö  <michal@cihar.com>
  3341.     * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
  3342.     * config.inc.php, lang/*, libraries/common.lib.php,
  3343.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  3344.       libraries/export/sql.php: Support for selecting SQL export compatibility
  3345.       (RFE #1060040).
  3346.     * libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
  3347.     * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
  3348.     * read_dump.php: Fix database name extraction from use statement (bug
  3349.       #1084777).
  3350.     * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
  3351.       still allows to select theme in configuration (bug #1084712).
  3352.     * tbl_replace.php: Remove unused code.
  3353.     * main.php, lang/*, libraries/string.lib.php: Added warnings about
  3354.       mbstring - one to disable function overloading and one for requesting
  3355.       mbstring for multibyte charsets (bugs #1063149 and #1063821).
  3356.     * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
  3357.       Support for editing next entry (when numeric primary key) (RFE
  3358.       #1074906).
  3359.  
  3360. 2004-12-26 Marc Delisle  <lem9@users.sourceforge.net>
  3361.     * libraries/database_interface.lib.php: bug #1085647, wrong parameters
  3362.       for strpos(), thanks to Meithar - meithar
  3363.     * libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
  3364.       thanks to jamaz - jamaz
  3365.     * tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
  3366.     * scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
  3367.     * tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
  3368.  
  3369. 2004-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  3370.     * libraries/blowfish.php: bug #1085997, undefined variables,
  3371.       patch thanks to Chandrakumar Muthaiah - sudhach
  3372.  
  3373. 2004-12-14 Alexander M. Turek  <me@derrabus.de>
  3374.     * libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
  3375.  
  3376. 2004-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3377.     * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
  3378.     * libraries/export/sql.php: Do not duplicate constraints when exporting
  3379.       multiple databases (bug #1084459).
  3380.  
  3381. 2004-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  3382.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3383.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3384.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3385.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3386.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3387.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3388.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3389.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3390.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3391.     * lang/turkish update, thanks to boralioglu.
  3392.     ### 2.6.1-rc1 released
  3393.  
  3394. 2004-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  3395.     * libraries/transformations/text_plain__external.inc.php:
  3396.       security fix: no longer use the shell to execute external program
  3397.     * Documentation.html: mention the new need of PHP >= 4.3.0 to run
  3398.       external programs
  3399.  
  3400. 2004-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  3401.     * tbl_row_delete.php, libraries/display_tbl.lib.php:
  3402.       cannot drop or export multiple rows under IE6
  3403.  
  3404. 2004-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  3405.     * read_dump.php: security fix on $sql_localfile
  3406.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3407.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3408.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3409.  
  3410. 2004-12-01 Marc Delisle  <lem9@users.sourceforge.net>
  3411.     * db_details_structure.php, lang/*: added hint strApproximateCount referring
  3412.       to FAQ 3.11 (bug #1075658)
  3413.  
  3414. 2004-11-30 Marc Delisle  <lem9@users.sourceforge.net>
  3415.     * libraries/auth/cookie.auth.lib.php: Avoid displaying the
  3416.       "No activity" message if more than 4 times the LoginCookieValidity
  3417.       timeout has passed: no need to alert users the next morning
  3418.       (for example) that they have been inactive.
  3419.  
  3420. 2004-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  3421.     * libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
  3422.       to explain to users why they have to relogin
  3423.  
  3424. 2004-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3425.     * libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
  3426.  
  3427. 2004-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  3428.     * libraries/mcrypt.lib.php, /libraries/blowfish.php,
  3429.       libraries/auth/cookie.auth.lib.php: support of mcrypt
  3430.       library (blowfish) for speed improvement in auth_type cookie
  3431.  
  3432. 2004-11-23 Marc Delisle  <lem9@users.sourceforge.net>
  3433.     * user_password.php: wrong generated cookie name
  3434.  
  3435. 2004-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  3436.     * server_privileges.php: bug #1067626, column privileges while copying user
  3437.     * libraries/common.lib.php: bug #1070197, not connecting if using
  3438.       a non-standard HTTP port (bug introduced in 2.6.0-pl3)
  3439.  
  3440. 2004-11-19 Garvin Hicking <pma@supergarv.de>
  3441.     * libraries/bookmark.lib.php, left.php:
  3442.       Massively speed up table display for left frame, if
  3443.       PMA infrastructure is used. Use native PHP function
  3444.       for indenting.
  3445.     * libraries/mysql_charsets.lib.php: Use a static
  3446.       array cache to speed up returning the same collation
  3447.       information.
  3448.  
  3449. 2004-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  3450.     * libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
  3451.       let's use it!
  3452.     * tbl_indexes.php: bug #1068994, undefined variable
  3453.     * libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
  3454.  
  3455. 2004-11-16 Michal ─îiha┼Ö  <michal@cihar.com>
  3456.     * left.php: Possible undefined index (bug #1067199).
  3457.     * Documentation.html: Warn about Excel export problems in documentation
  3458.       (bug #1063082).
  3459.  
  3460. 2004-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  3461.     * tbl_relation.php: bug #1050437, intercept constraint failure
  3462.       and do not offer to add an InnoDB foreign key if the field
  3463.       does not have a key
  3464.  
  3465. 2004-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  3466.     * server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
  3467.     * libraries/display_tbl.lib.php: bug #1065688: display the Full text link
  3468.       on the results for PROCEDURE ANALYSE
  3469.  
  3470. 2004-11-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3471.     * tbl_properties_operations.php: Allow InnoDB text to be included in user
  3472.       comment.
  3473.  
  3474. 2004-11-09 Michal ─îiha┼Ö  <michal@cihar.com>
  3475.     * browse_foreigners.php, server_binlog.php: Truncate text according to
  3476.       text length and not byte count.
  3477.  
  3478. 2004-11-07 Alexander M. Turek  <me@derrabus.de>
  3479.     * Documentation.html, README: Updated credits.
  3480.  
  3481. 2004-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  3482.     * mult_submits.inc.php: bug #1054720, multi-row delete
  3483.  
  3484. 2004-11-06 Michael Keck  <mkkeck@users.sourceforge.net>
  3485.     * queryframe.php: bug #1046434 (Light mode does not work)
  3486.  
  3487. 2004-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  3488.     * libraries/common.lib.php: put sanitize logic in PMA_sanitize()
  3489.     * sql.php: sanitize confirm page
  3490.     * db_details_structure.php: bug #1049553, undefined $db_collation
  3491.  
  3492. 2004-11-05 Marc Delisle  <lem9@users.sourceforge.net>
  3493.     * Documentation.html: new controluser behavior starting from MySQL 4.1.2
  3494.  
  3495. 2004-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  3496.     * libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
  3497.       server_privileges.php: now PMA_showMessage() sanitizes the message
  3498.       to defeat XSS attacks. Calling scripts use special tags like
  3499.       [br], [i], [/i], [b], [/b] in the message.
  3500.     * main.php: bug #1058692, call-time pass-by-reference error
  3501.     * sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
  3502.  
  3503. 2004-11-10 Garvin Hicking
  3504.     * config.inc.php: Reverted commenting out of QueryWindowWidth/Height
  3505.       settings. Those can be overriden by a themes layout.inc.php,
  3506.       but not neccessarily so.
  3507.  
  3508. 2004-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  3509.     * libraries/common.lib.php: More robust PmaAbsoluteUri detection.
  3510.     * libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
  3511.     * libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
  3512.  
  3513. 2004-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3514.     * tbl_indexes.php: Fix index editing.
  3515.     * sql.php: Decode table name.
  3516.     * lang/czech: Updated.
  3517.  
  3518. 2004-11-09 Garvin Hicking
  3519.     * libraries/display_tbl.lib.php, libraries/common.lib.php,
  3520.       browse_foreigners.php: RFE #925817 - Abstracted page selector to
  3521.       its own function, now create sloped pagination to easily jump
  3522.       to any wanted page.
  3523.     * read_dump.php: RFE #1053039, show filename of uploaded SQL file
  3524.     * sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
  3525.       lang/*: Added checks for common problems with table indices.
  3526.       Serves as a stub for future checks, currently implemented are
  3527.       the ones mentioned in RFE #1044677. The check can be performed
  3528.       on multiple tables by using "check table" on selected tables in
  3529.       DB structure.
  3530.  
  3531. 2004-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  3532.     * server_privileges.php: MySQL 4.1.x compatibility for list of initials
  3533.  
  3534. 2004-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  3535.     * main.php: for MySQL 4.1.2+ a non-privileged user can do
  3536.       a simple SHOW GRANTS to fetch current privileges, so we no longer
  3537.       need the control user for this check
  3538.  
  3539. 2004-11-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3540.     * libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
  3541.  
  3542. 2004-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  3543.     * server_privileges.php (top index): MySQLi compatibility,
  3544.       use PMA_convert_using() in case of non-latin1 user table,
  3545.       and fix bug #1054467 (in case of BINARY User field)
  3546.     * header.inc.php: bug #1053310, undefined index under OmniSecure server
  3547.     * tbl_relation.php: bug #1050424, not positionned on current db
  3548.     * tbl_alter.php: bug #1054756, duplicate top menu
  3549.     * lang/english: bug #1056724, typo
  3550.  
  3551. 2004-10-28 Alexander M. Turek  <me@derrabus.de>
  3552.     * user_password.php, lang/*.inc.php: Allow usage of old password hashing
  3553.       function.
  3554.  
  3555. 2004-10-27 Alexander M. Turek  <me@derrabus.de>
  3556.     * config.inc.php, libraries/config_import.lib.php,
  3557.       libraries/sqlparser.data.php: Added function OLD_PASSWORD().
  3558.  
  3559. 2004-10-26 Alexander M. Turek  <me@derrabus.de>
  3560.     * libraries/sqlparser.data.php: Added OFFSET.
  3561.  
  3562. 2004-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3563.     * libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
  3564.       full URI (patch #1044123).
  3565.     * tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
  3566.       that broke multi submits for MSIE (bug #1052674).
  3567.  
  3568. 2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
  3569.     * config.inc.php, themes/*/layout.inc.php:
  3570.       bug #1050666 - Query window too small darkblue/orange theme
  3571.  
  3572. 2004-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  3573.     * server_privileges.php: top index for user initials
  3574.  
  3575. 2004-10-22 Alexander M. Turek
  3576.     * lang/english-*.inc.php: Grammar fix.
  3577.  
  3578. 2004-10-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3579.     * db_details_structure.php: Use "Structure" instead of "Properties" for
  3580.       link to table structure.
  3581.     * db_operations.php, lang/*: We switch to database here. not table.
  3582.     * lang/*: strProperties is not used anywhere now.
  3583.     * config.inc.php: Mention db_operations.php possibility.
  3584.     * libraries/transformations/text_plain__external.inc.php: Unless admin
  3585.       specifies there programs to use, it does nothing now.
  3586.  
  3587. 2004-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  3588.     * tbl_query_box.php: bug 1050691, missing parameters
  3589.  
  3590. 2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
  3591.     * libraries/common.lib.php: feature request #1036254
  3592.       Add a link by MySQL-Error #1062 - Duplicate entry
  3593.  
  3594. 2004-10-21 Michal ─îiha┼Ö  <michal@cihar.com>
  3595.     * [too many files to mention]: Cleanup of message displaying and
  3596.       navigation reloading. Messages are now displayed bellow tabs (RFE
  3597.       #1005511), navigation is reloaded once in header (I'm not sure whether I
  3598.       choose correct version of reload code, we have several diferent, but it
  3599.       seems to work well).
  3600.     * tbl_properties_structure.php, libraries/common.lib.php,
  3601.       libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
  3602.       button or image to submit form and not to duplicate code on all places.
  3603.     * tbl_addfield.php: Display tabs.
  3604.     * mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
  3605.       on multiple fields (RFE #990136).
  3606.     * db_operations.php: Duplicate create new table dialog (see RFE #808029).
  3607.     * main.php: Don't display server choice here, if also in left frame (RFE
  3608.       #984153).
  3609.     * libraries/common.lib.php: Fix navigation reloading.
  3610.     * server_databases.php: Show box for creating database here (RFE #869814).
  3611.  
  3612. 2004-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  3613.     * libraries/common.lib.php: there was already a tip icon in our collection,
  3614.       thanks to Michael Keck
  3615.  
  3616. 2004-10-20 Michal ─îiha┼Ö  <michal@cihar.com>
  3617.     * lang/czech: Update.
  3618.     * tbl_relation.php: Backquote table name (bug #1050441).
  3619.     * db_details_qbe.php: Backquote table name.
  3620.     * libraries/display_tbl.lib.php: Comments now work for multi table selects
  3621.       (bug #789647).
  3622.     * server_processlist.php: Display executed SQL.
  3623.     * main.php, server_common.inc.php, server_links.inc.php,
  3624.       server_binlog.php, lang/*: Added support for displaying bin logs (RFE
  3625.       #1011770).
  3626.     * Documentation.html, config.inc.php, libraries/common.lib.php,
  3627.       libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
  3628.       libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
  3629.       (RFE #1012971), show just Access denied in case we denied it.
  3630.     * db_operations.php, db_details_links.php, db_details_structure.php:
  3631.       Separate operations from structure (RFE #808029).
  3632.     * tbl_move_copy.php: Remove unused PMA_myHandler().
  3633.     * lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
  3634.       db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
  3635.       #996730), this forced separating code for copying tables.
  3636.  
  3637. 2004-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  3638.     * libraries/database_interface.lib.php: bug #1041667, correctly
  3639.       check the server version instead of the client API version
  3640.     * tbl_change.php, libraries/common.lib.php, lang/*: new function
  3641.       PMA_showHint($message), new $strUseTabKey,
  3642.       new light bulb image (temporary)
  3643.     * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
  3644.  
  3645. 2004-10-19 Michal ─îiha┼Ö  <michal@cihar.com>
  3646.     * export.php: Use just \n for SQL exports (bug #1042521).
  3647.     * libraries/read_dump.lib.php: Set correct return value (bug #1048861).
  3648.     * sql.php: Fix undefined index.
  3649.     * libraries/sqlparser.lib.php: Return raw query in case of error (bug
  3650.       #1048826).
  3651.     * main.php, queryframe.php: Handle correctly situation with no default
  3652.       server (bug #1049107).
  3653.     * tbl_create.php, libraries/common.lib.php: 0 as field name causes
  3654.       problems (bug #1042235).
  3655.     * read_dump.php, server_privileges.php, server_status.php, sql.php: Work
  3656.       better in ANSI mode (bug #816858).
  3657.     * lang/czech: Reordered some words.
  3658.     * libraries/select_server.lib.php: Clickable active server in left frame
  3659.       (RFE # 1044678).
  3660.     * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
  3661.       Fix left frame reloading after dropping table (bug #1034531).
  3662.     * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
  3663.       also for numeric fields.
  3664.     * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
  3665.       #1039193).
  3666.     * server_privileges.php: Make non-js checkall work also for adding new
  3667.       user (bug #1028055).
  3668.     * libraries/zip.lib.php: Drop unneed part of header which causes troubles
  3669.       to some programs (bug #1037737).
  3670.     * index.php: Add frame spacing (RFE #1036013).
  3671.     * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
  3672.       #864984).
  3673.  
  3674. 2004-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  3675.     * lang/turkish update, thanks to boralioglu.
  3676.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3677.  
  3678. 2004-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  3679.     * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
  3680.       and CLIENT_LOCAL_FILES in mysqli
  3681.  
  3682. 2004-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  3683.     * pdf_schema.php: new way to define font path,
  3684.       needed with the new fpdf library; also now output inline,
  3685.       I find it faster this way, please tell me if you prefer
  3686.       the old dialog method and why.
  3687.     * tbl_change.php: bug #1038401, tabbing from value to value
  3688.     * sql.php: detect this case:
  3689.       SELECT DISTINCT x AS foo, y AS bar FROM sometable
  3690.       and count rows correctly (in MySQL 3),
  3691.       thanks to Matthias Pigulla (mp@webfactory.de)
  3692.     * server_privileges.php: cosmetic: title for Edit privileges
  3693.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3694.     * lang/italian: Updates, thanks to Pietro Danesi
  3695.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3696.  
  3697. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3698.     * libraries/fpdf/fpdf.php: Updated to 1.52.
  3699.  
  3700. 2004-10-13 Alexander M. Turek  <me@derrabus.de>
  3701.     * Documentation.html: Mike Beck's e-mail address has changed.
  3702.  
  3703. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3704.     * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
  3705.     * lang/czech: Fix some translations.
  3706.     * libraries/transformations/text_plain__external.inc.php: Handle better
  3707.       backslash.
  3708.     * themes/*/img/*.gif: Remove unused gif images.
  3709.  
  3710. 2004-10-12 Alexander M. Turek  <me@derrabus.de>
  3711.     * db_search.php, tbl_select.php, libraries/database_interface.lib.php:
  3712.       - bug #1033388 (Illegal mix of collations for converted strings),
  3713.       - don't convert if column charset and connection charset match.
  3714.     * main.php, libraries/select_lang.lib.php,
  3715.       libraries/auth/cookie.auth.lib.php: Automatically select Traditional
  3716.       Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
  3717.       translations tracker (#1036528).
  3718.     * lang/sync_lang.sh: Base charset for German is now UTF-8.
  3719.     * lang/german-*.inc.php: Updates.
  3720.  
  3721. 2004-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  3722.     * sql.php: Don't try to require sql.php with parameters, rather redirect
  3723.       to it.
  3724.     * libraries/transformations.lib.php: Strip slashes to behave like
  3725.       documentation says.
  3726.     * libraries/transformations/text_plain__external.inc.php: Escape special
  3727.       shell chars to avoid their interpretation (bug #1044864).
  3728.  
  3729. 2004-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  3730.     * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
  3731.     * libraries/export/sql.php: bug #1039639: under mysqli, some field types
  3732.       were wrongly exported as binary
  3733.     * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
  3734.       column sort with JOIN
  3735.  
  3736. 2004-10-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3737.     * tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
  3738.     * libraries/export/sql.php: Convert end of line chars we get from MySQL
  3739.       (bug #1042521).
  3740.  
  3741. 2004-10-08 Garvin Hicking <pma@supergarv.de>
  3742.     * lots of files: Adjusted superfluous spaces, added
  3743.       more CSS-ID attributes for better themeability.
  3744.  
  3745. 2004-10-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3746.     * tbl_query_box.php: Reenabled %f substitution.
  3747.  
  3748. 2004-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  3749.     * tbl_alter.php: field structure changes not applied (CVS version only)
  3750.     * export.php: bug #1038804, insufficient space to save
  3751.  
  3752. 2004-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  3753.     * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
  3754.     * tbl_create.php: cannot create a new table (CVS version only)
  3755.  
  3756. 2004-09-29 Marc Delisle  <lem9@users.sourceforge.net>
  3757.     * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
  3758.       of LIMIT to queries, and bug #1037004, UPDATE statement not showing
  3759.     * tbl_properties_operations.php: bug #1035524, cannot add comments to table
  3760.  
  3761. 2004-09-29 Michal ─îiha┼Ö  <michal@cihar.com>
  3762.     * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
  3763.       wording when adding fields (bug #991096).
  3764.     * tbl_query_box.php, lang/*: Not translated text (bug #1010656).
  3765.     * themes.php, lang/*: Not translated text (bug #1016610).
  3766.     * tbl_properties_structure.php: Use also $strAddFields (as suggested by
  3767.       Marc).
  3768.  
  3769. 2004-09-28 Alexander M. Turek  <me@derrabus.de>
  3770.     * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
  3771.       (bug #1033360), thanks to Claude Theroux.
  3772.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3773.     * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
  3774.     * lang/persian-*.inc.php: Added missing $timespanfmt variable.
  3775.  
  3776. 2004-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  3777.     ### 2.6.0 released
  3778.  
  3779. 2004-09-26 Marc Delisle  <lem9@users.sourceforge.net>
  3780.     * read_dump.php: improvements in detection and reload
  3781.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3782.  
  3783. 2004-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  3784.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  3785.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3786.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3787.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3788.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3789.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3790.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3791.  
  3792. 2004-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  3793.     * sql.php: following the fix for bug #978930, the added LIMIT was
  3794.       not displayed anymore
  3795.     * read_dump.php: bug #1033133, left frame not reloaded after dump read
  3796.     * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
  3797.     * read_dump.php: bug #1034216 open_basedir and file upload,
  3798.       thanks to Dominique Rousseau - domi
  3799.  
  3800. 2004-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3801.     * libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
  3802.  
  3803. 2004-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  3804.     * all themes: item_ltr.png and item_rtl.png: new solid arrow
  3805.       that looks better, thanks to Efim Shuvikov
  3806.  
  3807. 2004-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3808.     * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
  3809.       prepend $cfg['ThemePath'] with another './'.
  3810.  
  3811. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  3812.     * config.inc.php, libraries/config_import.lib.php: Added "./" to the
  3813.       default value of $cfg['ThemePath']. Thanks to Donny Simonton for
  3814.       pointing this out.
  3815.     * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
  3816.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
  3817.     * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
  3818.  
  3819. 2004-09-22 Marc Delisle  <lem9@users.sourceforge.net>
  3820.     * tbl_query_box.php, read_dump.php: bug #1032066: when no db was
  3821.       selected from the left panel, the query window's Import Files had
  3822.       no submit button; also, read_dump always tried a PMA_select_db($db)
  3823.       even if $db was empty
  3824.  
  3825. 2004-09-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3826.     * lang/czech: Update.
  3827.     * lang/sync_lang.sh: Default to iconv, as it doesn't break some
  3828.       translations as recode does.
  3829.     * lang/japanese-euc.inc.php: Don't allow recoding for this one.
  3830.  
  3831. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  3832.     * lang/turkish-*.inc.php: Update, thanks to boralioglu.
  3833.     * lang/sync_lang.sh: Switched turkish base charset to UTF-8.
  3834.  
  3835. 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
  3836.     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
  3837.     ### 2.6.0-rc3 released
  3838.  
  3839. 2004-09-21 Alexander M. Turek  <me@derrabus.de>
  3840.     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
  3841.       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
  3842.       FIXME: The current solution breaks the display of the executed queries.
  3843.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
  3844.       PMA_getCollationDescr() recognize the new Persian collations that will be
  3845.       included in MySQL 4.1.5.
  3846.  
  3847. 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  3848.     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
  3849.       error importing when last table exported was empty
  3850.     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
  3851.       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
  3852.  
  3853. 2004-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  3854.     * Documentation.html: Add info about theme generations.
  3855.  
  3856. 2004-09-19 Alexander M. Turek  <me@derrabus.de>
  3857.     * Documentation.html: Clarification.
  3858.  
  3859. 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  3860.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3861.  
  3862. 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  3863.     * lang/russian updated, thanks to "nobody"
  3864.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  3865.  
  3866. 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  3867.     * config.inc.php, Documentation.html: clarifications about QueryFrame
  3868.     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
  3869.       thanks to Michael Keck
  3870.  
  3871. 2004-09-16 Garvin Hicking <me@supergarv.de>
  3872.     * libraries/display_export.lib.php: Bug #1010752 - Remove space
  3873.       before <label> to be consistent throughout the panel.
  3874.  
  3875. 2004-09-15 Garvin Hicking <me@supergarv.de>
  3876.     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
  3877.       Fixed foreign key browser window to also work from within
  3878.       Search-subpanel.
  3879.  
  3880. 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  3881.     * server_privileges.php: stay on the form when passwords don't match
  3882.       (after the js alert)
  3883.     * left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
  3884.       workaround thanks to Ryan Schmidt
  3885.  
  3886. 2004-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  3887.     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
  3888.       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
  3889.       themes/original/info.inc.php: Better theme version check (bug #1023029).
  3890.     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
  3891.       login (bug #1027873).
  3892.  
  3893. 2004-09-13 Garvin Hicking <me@supergarv.de>
  3894.     * browse_foreigners.php: bug #1027204 - paging did not
  3895.       work in foreigner browsing window.
  3896.  
  3897. 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  3898.     * sql.php: bug #988723, sql error when ordering by count( * )
  3899.  
  3900. 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
  3901.     * lang/dutch: small update
  3902.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  3903.     * server_privileges.php: bug #1003238, cannot manipulate a username
  3904.       like "example@nothost" where the "@" is part of the username
  3905.  
  3906. 2004-09-10 Alexander M. Turek  <me@derrabus.de>
  3907.     * lang/german-*.inc.php: grammar.
  3908.  
  3909. 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  3910.     * Documentation.html: bug #1022338: clarify about needed chown -R
  3911.       on the scripts (otherwise, problems in PHP safe mode)
  3912.     * tbl_change.php: bug #1024434, undefined sql_query when clicking
  3913.       on Insert tab from the Insert textfile sub-page
  3914.  
  3915. 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  3916.     * main.php: bug #992211, wrong parameters to
  3917.       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
  3918.  
  3919. 2004-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3920.     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
  3921.       full one (bug #1023444).
  3922.  
  3923. 2004-09-07 Alexander M. Turek  <me@derrabus.de>
  3924.     * main.php: Typo.
  3925.     * libraries/sqlparser.data.php: Added keyword "SESSION".
  3926.  
  3927. 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  3928.     ### 2.6.0-rc2 released
  3929.  
  3930. 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  3931.     * ldi_table.php: bug #1010652, wrong label,
  3932.       thanks to Ryan Schmidt - ryandesign for the patch
  3933.  
  3934. 2004-09-05 Alexander M. Turek  <me@derrabus.de>
  3935.     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
  3936.       SHOW TABLE TYPES.
  3937.     * tbl_create.php: Use default tab.
  3938.     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
  3939.       MySQL 4.1.
  3940.     * main.php: Check the privileges of the anonymous user, too.
  3941.  
  3942. 2004-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3943.     * Documentation.html: Add information about theme versions and names.
  3944.  
  3945. 2004-09-04 Alexander M. Turek  <me@derrabus.de>
  3946.     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
  3947.     * db_search.php, tbl_select.php: Made search independant from the
  3948.       connection charset.
  3949.  
  3950. 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  3951.     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
  3952.     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
  3953.       choices from the drop-down (in main) for MySQL 4.1.x
  3954.     * Documentation.html: added some missing variables and new FAQ 2.7
  3955.       about using and creating themes
  3956.  
  3957. 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
  3958.     * main.php, server_privileges.php, libraries/common.lib.php:
  3959.       replace charset introducers by CONVERT USING,
  3960.       to support servers where the mysql.* tables are not in latin1
  3961.     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
  3962.       twice in the drop-down list of field types
  3963.  
  3964. 2004-09-03 Alexander M. Turek  <me@derrabus.de>
  3965.     * Documentation.html: Typos; added a note about the deprecated MySQL
  3966.       versions 4.1.0 and 4.1.1.
  3967.  
  3968. 2004-09-03 Michal ─îiha┼Ö  <michal@cihar.com>
  3969.     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
  3970.       #1013787).
  3971.     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
  3972.       behaviour (bug #1018457).
  3973.     * main.php, themes.php: Escape theme names (bug #1016608).
  3974.     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
  3975.       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
  3976.  
  3977. 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
  3978.     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
  3979.       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
  3980.       was used but produced an Undefined offset in blowfish.php, because
  3981.       on previous PMA versions it was not encoded the same way. Now this old
  3982.       cookie is not used. Users have to reenter their username (not a big
  3983.       impact IMO)
  3984.  
  3985. 2004-09-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3986.     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
  3987.  
  3988. 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
  3989.     * server_privileges.php: bug #1007870, illegal mix of collations
  3990.       for operation UNION
  3991.  
  3992. 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  3993.     * tbl_properties_structure.php, tbl_properties.inc.php,
  3994.       libraries/sqlparser.data.php, /database_interface.lib.php:
  3995.       support for VARBINARY and BINARY field types
  3996.  
  3997. 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  3998.     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
  3999.       wrong db name generated in SHOW KEYS
  4000.  
  4001. 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  4002.     * index.php, libraries/common.lib.php: bug #1006011: now we save
  4003.       the chosen connection collation into a cookie
  4004.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4005.     * lang/hebrew, turkish: bug 1016609: <br> tags
  4006.  
  4007. 2004-08-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4008.     * main.php: Don't show port after verbose name (bug #1013401).
  4009.  
  4010. 2004-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  4011.     * scripts/create-release.sh: Support for snapshots outside sourceforge.
  4012.     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
  4013.  
  4014. 2004-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  4015.     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
  4016.       #978930, found by Marc).
  4017.  
  4018. 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  4019.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  4020.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4021.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  4022.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  4023.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  4024.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  4025.  
  4026. 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  4027.     * themes/darkblue_orange/img/logo_left.php: transparent version,
  4028.       thanks to Michael Keck
  4029.     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
  4030.       commands out of sync
  4031.     * tbl_indexes.php: optimize: remove unneeded row count
  4032.     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
  4033.       in mysqli
  4034.     * tbl_replace.php: could not upload a binary field in mysqli
  4035.     * libraries/transformations.lib.php: could not change MIME type, etc
  4036.       in mysqli
  4037.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4038.  
  4039. 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  4040.     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
  4041.  
  4042. 2004-08-19 Michal ─îiha┼Ö  <michal@cihar.com>
  4043.     * read_dump.php: Fixed one case of reload detection (I forgot to update
  4044.       second regexp on 2004-08-16) (bug #1011479).
  4045.  
  4046. 2004-08-17 Michal ─îiha┼Ö  <michal@cihar.com>
  4047.     * sql.php: Work with $display_query only if set (Marc spotted this out).
  4048.     * libraries/display_export.lib.php: No options text should not be bold red
  4049.       (bug #1010759).
  4050.  
  4051. 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  4052.     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
  4053.       libraries/common.lib.php: bug #983735: move search operators to
  4054.       config file, and set "LIKE" as default operator instead of "LIKE %...%",
  4055.       for performance reasons
  4056.  
  4057. 2004-08-16 Alexander M. Turek  <me@derrabus.de>
  4058.     * libraries/relation.lib.php: Fixed some collation problems with the
  4059.       relational tables (bug #995359).
  4060.  
  4061. 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  4062.     * all .../theme_right_css.php: bug #1009661, typo,
  4063.       thanks to Ryan Schmidt (ryandesign)
  4064.  
  4065. 2004-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4066.     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
  4067.     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
  4068.       not for MySQL >= 4.0.
  4069.     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
  4070.       #978930).
  4071.  
  4072. 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  4073.     (Patches from Michael Keck)
  4074.     * left.php, queryframe.php, themes.php: bug #1005479: was using
  4075.       a hardcoded charset
  4076.     * themes/.../themes_left.css, /themes_right.css: new style for
  4077.       better vertical alignment
  4078.  
  4079. 2004-08-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4080.     * libraries/read_dump.lib.php: Fix possible undefined index (bug
  4081.       #1008232).
  4082.     * scripts/create-release.sh: Rename config.default to config.default.php.
  4083.  
  4084. 2004-08-12 Michal ─îiha┼Ö  <michal@cihar.com>
  4085.     * db_details_structure.php: Inconsistency of drop/empty links (bug
  4086.       #989705).
  4087.     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
  4088.       Change look of adding fields into table (bug #991095).
  4089.     * many files: I again did some XHTML validation, so removed few of most
  4090.       obvious errors, but there are still many, mostly missing alt attributtes
  4091.       for images and wrongly nested tags.
  4092.     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
  4093.       (bug #1008002).
  4094.     * libraries/config_import.lib.php: Remove compatibility code for colors.
  4095.     * lang/czech: Improved message.\
  4096.     * main.php, themes.php, libraries/common.lib.php,
  4097.       libraries/defines.lib.php, libraries/select_theme.lib.php,
  4098.       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
  4099.       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
  4100.     * left.php: Use always natsort and not natcasesort in one case, it caused
  4101.       inconsistency (bug #1008120).
  4102.  
  4103. 2004-08-11 Michal ─îiha┼Ö  <michal@cihar.com>
  4104.     * tbl_replace.php: Do not empty protected values (bug #1006812).
  4105.     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
  4106.       (bug #1007287).
  4107.     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
  4108.       MYSQLI_USE_RESULT (bug #1007286).
  4109.  
  4110. 2004-08-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4111.     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
  4112.       otherwise accidentally octal numbers are expected (part of bug
  4113.       #1005865).
  4114.  
  4115. 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  4116.     * lang/turkish update, thanks to Bora Alioglu
  4117.     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
  4118.       dropdowns, thanks to Joerg Klein (j0erch) for the fix
  4119.  
  4120. 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  4121.     * libraries/relation.lib.php:
  4122.         bug 1005414, undefined offset when no display field has been defined;
  4123.         bug 1004546, sort error in dropdown list of foreign values;
  4124.         incorrect result was freed
  4125.     * libraries/relation.lib.php: use natural order sort according to config
  4126.     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
  4127.       with mysqli extension
  4128.     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
  4129.       on MySQL 4.1.2
  4130.     * libraries/bookmark.lib.php: bug (mysqli)
  4131.     * tbl_query_box.php: field list does not show (mysqli)
  4132.     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
  4133.     ### 2.6.0-rc1 released
  4134.  
  4135. 2004-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4136.     * calendar.php: Include correct stylesheet (bug #1005421).
  4137.  
  4138. 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  4139.     * lang/turkish update, thanks to Bora Alioglu
  4140.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  4141.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  4142.     * lang/dutch: bug 1000683, backslash typo
  4143.     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
  4144.  
  4145. 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  4146.     * tbl_properties_operations.php: bug 1004523, now display table options
  4147.       according to the possibilities of the table types
  4148.  
  4149. 2004-08-06 Michal ─îiha┼Ö  <michal@cihar.com>
  4150.     * tbl_change.php: Do not free result, we need it later.
  4151.     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
  4152.  
  4153. 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  4154.     (Patches from Michael Keck)
  4155.     * index.php: names and ids for framesets in the noscript section
  4156.     * updated themes screenshots
  4157.     * left.php: bug 998698, db dropdown refresh
  4158.     (me)
  4159.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4160.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4161.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4162.  
  4163. 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
  4164.     (Patches from Michael Keck)
  4165.     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
  4166.       button reaches a page where the current page number is not the last one
  4167.     * main.php: - removed bug with hashform.hash
  4168.                 - removed id for input field 'new_database', because it may be
  4169.                   too large for the one lined create db form
  4170.                 - bug #980232 'Javascript error on index page'
  4171.     * db_details_common.php: removed bug with hashform.hash
  4172.     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
  4173.     * queryframe.php - javascript function for dynamic resizing the rows
  4174.                        in the left frameset 'leftFrameset'.
  4175.                        (bugs: #993648, #989581, #988897)
  4176.  
  4177. 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  4178.     * libraries/database_interface.lib.php, /select_lang.lib.php:
  4179.       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
  4180.       the corresponding -UTF-8 version (if it exists); also, now
  4181.       the default language is the non-UTF-8 one
  4182.  
  4183. 2004-08-02 Michal ─îiha┼Ö  <michal@cihar.com>
  4184.     * libraries/export/sql.php: Removed unused code.
  4185.  
  4186. 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  4187.     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
  4188.       out of sync on Insert
  4189.     * tbl_move_copy.php: bug 995098, cannot copy table data only
  4190.     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
  4191.       as suggested by Michal
  4192.     * libraries/export/sql.php: workaround for datetime export because
  4193.       mysqli under MySQL 4.1.3 reports a datetime as binary
  4194.  
  4195. 2004-07-31 Alexander M. Turek  <me@derrabus.de>
  4196.     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
  4197.       optimizations, freed some results (thanks to Marc for the one in
  4198.       tbl_replace.php).
  4199.     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
  4200.       language files.
  4201.  
  4202. 2004-07-30 Alexander M. Turek  <me@derrabus.de>
  4203.     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
  4204.       naming for the chinese language files.
  4205.  
  4206. 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  4207.     * lang/hungarian: updates, thanks to Peter Bakondy
  4208.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4209.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4210.  
  4211. 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  4212.     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
  4213.  
  4214. 2004-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  4215.     * tbl_properties_structure.php: Allow to create primary key when there was
  4216.       none before (bug #996246).
  4217.  
  4218. 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  4219.     * libraries/sqlparser*.php: bug 981343,
  4220.       cannot copy a table with a timestamp (MySQL 4.1.2)
  4221.  
  4222. 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  4223.     * main.php, libraries/common.lib.php: bug 997682:
  4224.       illegal mix of collations
  4225.     * server_privileges.php: same bug
  4226.       FIXME: check privileges for a db
  4227.  
  4228. 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  4229.     * Documentation.html: take into account the new script to
  4230.       create tables for the infrastructure
  4231.  
  4232. 2004-07-23 Alexander M. Turek  <me@derrabus.de>
  4233.     * config.inc.php, libraries/config_import.lib.php,
  4234.       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
  4235.       charset called gbk.
  4236.  
  4237. 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  4238.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4239.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4240.  
  4241. 2004-07-20 Alexander M. Turek  <me@derrabus.de>
  4242.     * Documentation.html: added note about php5.
  4243.  
  4244. 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
  4245.     * main.php: doc link for connection collation
  4246.  
  4247. 2004-07-17 Alexander M. Turek  <me@derrabus.de>
  4248.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  4249.       moved redundant post-connect code into database_interface.lib.php.
  4250.     * libraries/url_generating.lib.php: Added ability to skip certain hidden
  4251.       input fields.
  4252.     * libraries/database_interface.lib.php: Added new function for retreiving
  4253.       MySQL variables.
  4254.     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
  4255.       to collation dropdown box.
  4256.     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
  4257.       libraries/url_generating.lib.php: The user may now choose his connection
  4258.       character set. This should fix bug #984912.
  4259.       WARNING: The pmadb needs to be converted to UTF-8 now!
  4260.       TODO: Handle non-UTF-8 pmadb more nicely.
  4261.  
  4262. 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  4263.     * index.php: left frame display problems under IE
  4264.  
  4265. 2004-07-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4266.     * libraries/export/sql.php: Remove code for old MySQL version, do not
  4267.       store query, better handle various end of lines (probably bug #979635).
  4268.  
  4269. 2004-07-15 Alexander M. Turek  <me@derrabus.de>
  4270.     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
  4271.       for PMA database in MySQL 4.1 and above.
  4272.       TODO: - Update docs
  4273.             - Add conversion code to the docs
  4274.             - add charset checks to pmadb validation code
  4275.     * main.php: bug #991887.
  4276.     * server_databases.php: Add database collations to statistics.
  4277.     * lang/german-*.inc.php: Grammar.
  4278.  
  4279. 2004-07-15 Michal ─îiha┼Ö  <michal@cihar.com>
  4280.     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
  4281.       (bug #990330).
  4282.     * libraries/display_export.lib.php: Display SQL export after saving file
  4283.       on server    (bug #989657).
  4284.     * tbl_properties_export.php: In case we don't need to reconstruct complete
  4285.       query just drop LIMIT part (workaround for bug #955175 and should fix
  4286.       bug #990724).
  4287.     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
  4288.  
  4289. 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  4290.     * tbl_change.php: bug 990959, undefined index for DATETIME
  4291.       field (problem in UTF-8 only!)
  4292.     * main.php: bug 984136: other fix for RTL and logo
  4293.  
  4294. 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  4295.     * index.php, libraries/common.lib.php: bug 989581 and left panel
  4296.       display problems when switching themes
  4297.     * tbl_relation.php: bug 978111, out of sync in Relation view
  4298.       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
  4299.        when we later do a PMA_DBI_num_rows() on the results)
  4300.  
  4301. 2004-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4302.     * lang/czech: Updated.
  4303.  
  4304. 2004-07-13 Alexander M. Turek  <me@derrabus.de>
  4305.     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
  4306.       FALSE.
  4307.     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
  4308.       definitions for MySQL 4.1.3 and 4.1.4.
  4309.     * lang/german-*.inc.php: Updates.
  4310.     * db_details_db_info.php: Fixed a few "out of sync" errors.
  4311.     * Documentation.html: removed a pre-php-4.1 note.
  4312.  
  4313. 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  4314.     * all themes/colors.inc.php, libraries/common.lib.php,
  4315.       config.inc.php, Documentation.html: rename colors.inc.php to
  4316.       layout.inc.php, thanks to Garvin for the suggestion
  4317.  
  4318. 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  4319.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4320.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4321.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4322.  
  4323. 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  4324.     * tbl_change.php: bug 981793, cross-window update message when inserting
  4325.       a record and fetching a value from the browse foreigners window,
  4326.       thanks to Michael Keck
  4327.  
  4328. 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  4329.     * db_details_qbe.php: undefined offset and undefined variable
  4330.  
  4331. 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  4332.     * main.php: bug 984136, wrong alignment in RTL languages
  4333.     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
  4334.       for arabic UTF-8. sync with --iconv works.
  4335.     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
  4336.       missing index error (InnoDB) and give appropriate advice
  4337.  
  4338. 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  4339.     * libraries/export/xls.php: enable user to specify './tmp' as the
  4340.       TempDir -- use realpath() to find the complete path. Add error trap
  4341.       in case OLE cannot write to directory. Add setTempDir() to enable OLE
  4342.       write in this directory.
  4343.     * Documentation.html: document the TempDir creation and PHP safe mode
  4344.       issues with PEAR
  4345.  
  4346. 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  4347.     * footer.inc.php, index.php, queryframe.php: bug 981939, database
  4348.       selection in left frame under Opera, and problems with dropdown
  4349.       in left frame when many databases are there (original theme),
  4350.       thanks to Michael Keck
  4351.     * header.inc.php: bug 965594: spaces after colons, and remove old code
  4352.     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
  4353.       MySQL 4.0.18+ has changed the way to report the foreign key references
  4354.       when the foreign key is in a different db
  4355.  
  4356. 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  4357.     * main.php: put Create button on the same line as the input field
  4358.  
  4359. 2004-07-01 Michal ─îiha┼Ö  <michal@cihar.com>
  4360.     * lang/czech: Updated.
  4361.  
  4362. 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  4363.     * queryframe.php: improve XHTML
  4364.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4365.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4366.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  4367.  
  4368. 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  4369.     * left.php: fix against security alert, thanks to Garvin
  4370.     * Documentation.html: FAQ 8.2 for security alert
  4371.     * config.inc.php, lang/*, libraries/display_export.lib.php,
  4372.       libraries/config_import.lib.php, libraries/common.lib.php,
  4373.       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
  4374.       of binary fields is optional, because there are fields marked binary
  4375.       that have text contents, like mysql.user
  4376.     ### 2.5.7-pl1 released
  4377.  
  4378. 2004-06-30 Alexander M. Turek  <me@derrabus.de>
  4379.     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
  4380.  
  4381. 2004-06-29 Michal ─îiha┼Ö  <michal@cihar.com>
  4382.     * lang/check_lang.sh: Checks for diffstat presence.
  4383.  
  4384. 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  4385.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  4386.     ### 2.6.0-beta2 released
  4387.  
  4388.  
  4389. 2004-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  4390.     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
  4391.       TABLE), removed unused strings (there vere MANY!), fixed some czech
  4392.       texts.
  4393.     * scripts/find_unused_messages.sh: New script to find unused messages in
  4394.       translations.
  4395.  
  4396. 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  4397.     * tbl_query_box.php: bug #975382, fields list on a non-existing table
  4398.  
  4399. 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  4400.     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
  4401.  
  4402. 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  4403.     * lang/hungarian: updates, thanks to Peter Bakondy
  4404.  
  4405. 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  4406.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4407.     * main.php: js error when switching theme, thanks to Michael Keck
  4408.  
  4409. 2004-06-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4410.     * main.php, libraries/select_lang.lib.php: Remember selected charset in
  4411.       cookie.
  4412.     * libraries/display_export.lib.php: Add back key checking disabling.
  4413.     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
  4414.       fixes bug #979635.
  4415.     * read_dump.php: Lets handle better comments, current detection still
  4416.       doesn't work with comments inside checked SQL commands, but I thing
  4417.       checking these would be overhead (bug #978114).
  4418.  
  4419. 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  4420.     * queryframe.php: Undefined index errors.
  4421.     * footer.inc.php: bug #979610.
  4422.     * server_privileges.php: bug #979596 (granting privileges doesn't take
  4423.       wildcards in account).
  4424.     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
  4425.     * lang/german-*.inc.php: Updates.
  4426.  
  4427. 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  4428.     * left.php, config.inc.php, Documentation.html,
  4429.       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
  4430.       $cfg['LeftPointerEnable']
  4431.     * db_details_structure.php, server_variables.php,
  4432.       tbl_properties_structure.php, config.inc.php, Documentation.html,
  4433.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
  4434.       all colors.inc.php:
  4435.       $cfg['BrowsePointerEnable']
  4436.     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
  4437.       Documentation.html, all colors.inc.php,
  4438.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
  4439.       $cfg['BrowseMarkerEnable']
  4440.     * themes/.../img/logo_left.png + logo_right.png: new logo,
  4441.       thanks to Michael Keck (mkkeck)
  4442.     * index.php: compute queryframe_height from image size, thanks to
  4443.       Michael Keck
  4444.     * footer.inc.php: sync left frame when choosing a db from server_databases,
  4445.       thanks to Michael Keck
  4446.     * export.php: no longer auto-select the textarea containing exported data
  4447.     * queryframe.php: bug #977790, missing library,
  4448.       thanks to Anthony Parsons (anthony.parsons at manx.net)
  4449.     * footer.inc.php: sync left-frame dropdown for databases when the
  4450.       number of tables changes, thanks to Michael Keck
  4451.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  4452.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4453.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4454.     ### 2.6.0-beta1 released
  4455.  
  4456. 2004-06-24 Alexander M. Turek  <me@derrabus.de>
  4457.     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
  4458.       called although no error occured.
  4459.  
  4460. 2004-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  4461.     * main.php, changelog.php: Add headers to ChangeLog display.
  4462.     * scripts/create_tables.sql: Add IF EXISTS.
  4463.     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
  4464.       otherwise unmatched quotes cause problems (bug #978113).
  4465.     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
  4466.       links, otherwise we'll fail on commas.
  4467.     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
  4468.       when there are comments behind last query.
  4469.  
  4470. 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  4471.     * many files: remove references to older /images, and
  4472.       erase /images contents
  4473.  
  4474. 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  4475.     * config.inc.php, themes/.../colors.inc.php: remove color-related
  4476.       parameters from config.inc.php, and non-color-related from colors.inc.php
  4477.     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
  4478.       missing parameter for the Refresh link feature
  4479.  
  4480. 2004-06-22 Michal ─îiha┼Ö  <michal@cihar.com>
  4481.     * libraries/relation.lib.php: Fix possible error on non existant pma db.
  4482.  
  4483. 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  4484.     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
  4485.       in this script, but it's better to use libraries/header_http.inc.php
  4486.  
  4487. 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  4488.     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
  4489.       libraries/common.lib.php, libraries/display_export.lib.php,
  4490.       db_details_structure.php, tbl_select.php:
  4491.       fix IE font size problem, redesign search and export pages,
  4492.       thanks to Michael Keck (mkkeck)
  4493.     * libraries/string.lib.php: bug #975290, wrong internal encoding
  4494.       for hebrew, thanks to Moshe Bergman (moshe_be)
  4495.  
  4496. 2004-06-17 Alexander M. Turek  <me@derrabus.de>
  4497.     * libraries/dbi/mysql.dbi.php: Removed debug code.
  4498.     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
  4499.       MySQL version.
  4500.  
  4501. 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
  4502.     * libraries/common.lib.php: fix "original" theme colors
  4503.     * db_details_structure.php: cosmetic fix in error message
  4504.     * tbl_properties_structure.php, tbl_relation.php:
  4505.       enable Relation view for InnoDB, even if the internal
  4506.       relational infrastructure is not available
  4507.     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
  4508.     * config.inc.php: clarify MainPageIconic comments
  4509.  
  4510. 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
  4511.     Changes, thanks to Michael Keck (mkkeck):
  4512.     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
  4513.       style for error messages
  4514.     * main.php, themes.php, libraries/select_theme.lib.php,
  4515.       css/phpmyadmin.css.php, themes/original/img + css:
  4516.       put original theme under the same structure as darkblue_orange
  4517.  
  4518. 2004-06-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4519.     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
  4520.  
  4521. 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  4522.     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
  4523.     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
  4524.       tbl_replace.php, libraries/common.lib.php,
  4525.       libraries/transformations.lib.php: new function PMA_securePATH()
  4526.     * main.php, tbl_properties_structure.php: theme "none" should be "original",
  4527.       thanks to Michael Keck (mkkeck)
  4528.     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
  4529.       missing title tags
  4530.  
  4531. 2004-06-15 Michal ─îiha┼Ö  <michal@cihar.com>
  4532.     * lang/czech: Updated.
  4533.     * config.inc.php, libraries/config_import.lib.php,
  4534.       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
  4535.     * queryframe.php: Do not show <hr /> when no logo is shown.
  4536.     * main.php: Generate hidden inputs nicely.
  4537.     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
  4538.       pma_theme as cookie name, default theme to some reasonable value to
  4539.       avoid undefined variables all around the code.
  4540.     * main.php, lang/*: strSelectTheme is IMHO not needed.
  4541.     * Documentation.html, config.inc.php, index.php, left.php, main.php,
  4542.       queryframe.php, libraries/config_import.lib.php,
  4543.       libraries/select_server.lib.php: Use same code for all server selection,
  4544.       possibly display server links also in right frame, show server links in
  4545.       query frame when possible.
  4546.     * libraries/display_export.lib.php: Fix broken choice switching.
  4547.     * tbl_change.php: Fix wrong path to image.
  4548.     * tbl_properties_operations.php: Define sort order for sorting tables
  4549.       (RFE #971314).
  4550.     * libraries/common.lib.php: On error show edit link with table context if
  4551.       possible.
  4552.  
  4553. 2004-06-15 Alexander M. Turek  <me@derrabus.de>
  4554.     * libraries/config_import.lib.php: The default settings should be merged.
  4555.  
  4556. 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
  4557.     Changes, thanks to Michael Keck (mkkeck):
  4558.     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
  4559.     * both themes: new screen.png reflecting current logo
  4560.     * db_details_structure.php: improve background image in error section
  4561.     * main.php: $theme='none' no longer a possible choice
  4562.     * open.php: permits access to message strings in theme manager
  4563.     * themes/index.php: new calling
  4564.     My changes:
  4565.     * libraries/common.lib.php: proper revision check
  4566.     * libraries/select_theme.lib.php: remove unneeded counter, and fix
  4567.       undefined $PHP_SELF
  4568.     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
  4569.       login is invalid
  4570.  
  4571. 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  4572.     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
  4573.       New /themes structure for Theme management
  4574.       TODO: code improvement, access to /lang from themes/index.php,
  4575.             possible logo change
  4576.  
  4577. 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  4578.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4579.  
  4580. 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  4581.     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
  4582.       libraries/dbi/mysql.dbi.lib.php,
  4583.       lang/*: bug 968089: catch error when server is not responding
  4584.       and show an appropriate message
  4585.     * left.php: undefined variable
  4586.  
  4587. 2004-06-09 Alexander M. Turek  <me@derrabus.de>
  4588.     ### 2.5.7 released from MAINT_2_5 branch.
  4589.  
  4590. 2004-06-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4591.     * config.inc.php, lang/*, libraries/common.lib.php,
  4592.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  4593.       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
  4594.       #966038).
  4595.  
  4596. 2004-06-08 Alexander M. Turek  <me@derrabus.de>
  4597.     * libraries/common.lib.php: backwards compatibility.
  4598.     * config.inc.php: typo.
  4599.  
  4600. 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  4601.     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
  4602.       mysqli_connect() to enable the use of default socket
  4603.  
  4604. 2004-06-07 Michal ─îiha┼Ö  <michal@cihar.com>
  4605.     * lang/czech: Updated.
  4606.     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
  4607.       same.
  4608.     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
  4609.       libraries/display_export.lib.php, libraries/export/xls.php,
  4610.       Documentation.html: EXPERIMENTAL native MS Excel export support, using
  4611.       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
  4612.     * Documentation.html: Described older config.inc.php support (RFE
  4613.       #968177).
  4614.  
  4615. 2004-06-07 Alexander M. Turek  <me@derrabus.de>
  4616.     * css/phpmyadmin.css.php: beautifications.
  4617.     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
  4618.       Enabled new icons for privileges administration (patch #947190).
  4619.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
  4620.       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
  4621.       correctly.
  4622.     * lang/german-*.inc.php: Updates.
  4623.     * scripts/create-release.sh: Create backup config file (RFE #968177).
  4624.  
  4625. 2004-06-06 Garvin Hicking <me@supergarv.de>
  4626.     * libraries/display_tbl.lib.php, libraries/functions.js,
  4627.       css/phpmyadmin.css.php: Further fixing of broken vertical
  4628.       column highlighting; empty repeated header cells are now <th>, not
  4629.       <td>. Adjusted CSS to not change visual display of those.
  4630.     * (same files): Optimized unneccessary preg_replace.
  4631.  
  4632. 2004-06-04 Michal ─îiha┼Ö  <michal@cihar.com>
  4633.     * libraries/read_dump.lib.php: Do not strip comments here.
  4634.     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
  4635.       be followed with any control char) (patch #965106).
  4636.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4637.  
  4638. 2004-06-04 Garvin Hicking <me@supergarv.de>
  4639.     * Bug #959320: Broken row highlighting in vertical
  4640.       browsing mode fixed. The pointer will now highlight
  4641.       columns as expected and unmark the row after unclicking.
  4642.  
  4643. 2004-06-03 Alexander M. Turek  <me@derrabus.de>
  4644.     * header.inc.php: Undefined variable.
  4645.  
  4646. 2004-06-03 Michal ─îiha┼Ö  <michal@cihar.com>
  4647.     * db_details_links.php, header.inc.php, server_links.inc.php,
  4648.       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
  4649.       heading (RFE #965542).
  4650.     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
  4651.     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
  4652.       error messages.
  4653.     * header.inc.php: Remove spaces before colons (bug #965594).
  4654.     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
  4655.       strDatabase (needed for above fix).
  4656.     * libraries/config_import.lib.php: Do not override
  4657.       $cfg['ShowHttpHostTitle'].
  4658.     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
  4659.       Can disable main page icons (bug #965550).
  4660.     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
  4661.       not allowed here.
  4662.     * tbl_query_box.php: Fix default query generating.
  4663.  
  4664. 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
  4665.     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
  4666.       "Engine" in MySQL 4.1.2 (bug #964011).
  4667.  
  4668. 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  4669.     * header.inc.php: bug #963414, when PropertiesIconic was false,
  4670.       the code did not define the icon variables. Also, remove hardcoded
  4671.       'Server' string
  4672.     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
  4673.  
  4674. 2004-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  4675.     * libraries/display_tbl.lib.php: Return back to browsing after editing
  4676.       row.
  4677.  
  4678. 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  4679.     * sql.php: bug #956828, deleting last row gives an error. I could not
  4680.       find a case where we need the line I just removed, which was
  4681.       causing the bug.
  4682.     * tbl_properties.inc.php: missing statement group {}, was causing
  4683.       the display of part of the changing amount of columns dialog
  4684.       when editing a field structure
  4685.  
  4686. 2004-05-28 Michal ─îiha┼Ö  <michal@cihar.com>
  4687.     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
  4688.       comments in bug #951744).
  4689.     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
  4690.       contain field names (RFE #948590, patch #961726).
  4691.  
  4692. 2004-05-26 Michal ─îiha┼Ö  <michal@cihar.com>
  4693.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  4694.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4695.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4696.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  4697.     * lang/german-utf-8: Remove duplicated string.
  4698.     * lang/*: Remove allow_recoding from non utf-8 translations.
  4699.     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
  4700.       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
  4701.  
  4702. 2004-05-26 Alexander M. Turek  <me@derrabus.de>
  4703.     * translators.html: Linked to Indonesian translator's SF page instead of
  4704.       his email address.
  4705.  
  4706. 2004-05-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4707.     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
  4708.       just lang.
  4709.     * libraries/select_lang.lib.php: Fix language dialects detection (based on
  4710.       patch #958994).
  4711.  
  4712. 2004-05-23 Garvin Hicking <pma@supergarv.de>
  4713.     * db_details.php: Fixed broken file upload since redesign-patch.
  4714.  
  4715. 2004-05-20 Michal ─îiha┼Ö  <michal@cihar.com>
  4716.     * many files: Little code reorganistaion (RFE #957308), removed some
  4717.       remaining php3 compatibility code in SQL parser.
  4718.  
  4719. 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  4720.     * pdf_schema.php: set contents page (first page)'s orientation
  4721.       to the same asked for the data dictionary
  4722.  
  4723. 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  4724.     * tbl_select.php: bug 956137, undefined $data: on the search page,
  4725.       PMA_foreignDropdown() must be called with no current value for
  4726.       the data
  4727.  
  4728. 2004-05-19 Michal ─îiha┼Ö  <michal@cihar.com>
  4729.     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
  4730.  
  4731. 2004-05-16 Alexander M. Turek  <me@derrabus.de>
  4732.     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
  4733.       tbl_properties_structure.php, tbl_query_box.php,
  4734.       images/b_dbstatistics.png, images/b_tbloptimize.png,
  4735.       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
  4736.       images/b_useredit, libraries/display_tbl.lib.php,
  4737.       libraries/display_tbl_links.lib.php:
  4738.       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
  4739.     * libraries/functions.js: Bugfix for (un)check all features if
  4740.       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
  4741.       to Michael Keck (mkkeck).
  4742.     * Documentation.html: Let's use a hyperlink instead of referring to the
  4743.       chapter, as the chaper numbers might change.
  4744.  
  4745. 2004-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  4746.     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
  4747.       not just one global (patch #952917, bug #687009).
  4748.  
  4749. 2004-05-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4750.     * libraries/export/sql.php: Minor optimalisations.
  4751.     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
  4752.       for generating INSERT and UPDATE queries (also fixes bug #953250).
  4753.     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
  4754.       #953295).
  4755.     * tbl_change.php: Repeat Go button every 15 rows globally and not per
  4756.       record.
  4757.     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
  4758.       inserting when multiple inserts after changing value (RFE #749733).
  4759.     * header.inc.php: Simplified title generating.
  4760.     * lang/czech: Fixed untranslated word (translation #952551).
  4761.     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
  4762.     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
  4763.     * tbl_properties_export.php: Generate better query for multi row export.
  4764.     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
  4765.       anything, display DROP query on better place (bellow tabs).
  4766.     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
  4767.       queries.
  4768.     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
  4769.     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
  4770.       a broken comment (bug #905066).
  4771.     * db_details_structure.php: Fixed colspan.
  4772.     * tbl_properties_table_info.php: Do not fail on broken table.
  4773.  
  4774. 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  4775.     * db_details_structure.php: bug #951143, undefined $header_url_qry
  4776.  
  4777. 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  4778.     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
  4779.       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
  4780.  
  4781. 2004-05-11 Michal ─îiha┼Ö  <michal@cihar.com>
  4782.     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
  4783.       queries generated by our db search.
  4784.     * db_search.php: Do not generate search query to include all fields, just
  4785.       SELECT * is enough.
  4786.     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
  4787.       original one is too long (bug #951744).
  4788.  
  4789. 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  4790.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4791.     * left.php: commit for Garvin: fix for wrong group expanding (group
  4792.       name containing foreign characters)
  4793.  
  4794. 2004-05-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4795.     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
  4796.       #951226.
  4797.  
  4798. 2004-05-10 Garvin Hicking <pma@supergarv.de>
  4799.     * db_details_structure.php, tbl_properties_structure.php: Fixed
  4800.       row-selection Javascript for Internet Explorer.
  4801.  
  4802. 2004-05-09 Garvin Hicking <pma@supergarv.de>
  4803.     * main.php, css/phpmyadmin.css.php: Corrected <form> position
  4804.       to XHTML compliance. Introduced "nospace" class.
  4805.  
  4806. 2004-05-09 Michal ─îiha┼Ö  <michal@cihar.com>
  4807.     * lang/czech: Updated.
  4808.     * tbl_properties_operations.php: Fixed documentation link.
  4809.  
  4810. 2004-05-09 Alexander M. Turek  <me@derrabus.de>
  4811.     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
  4812.       Adam Shantz (musus).
  4813.     * lang/german-*.inc.php: Updates.
  4814.     * db_details_structure.php, main.php:
  4815.       - coding standards;
  4816.       - removed debug code.
  4817.  
  4818. 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  4819.     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
  4820.  
  4821. 2004-05-08 Alexander M. Turek  <me@derrabus.de>
  4822.     * config.inc.php, db_details_structure.php, Documentation.html,
  4823.       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
  4824.       libraries/config_import.lib.php:
  4825.       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
  4826.  
  4827. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  4828.     * calendar.php: Added missing CVS-ID-Tag.
  4829.  
  4830. 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
  4831.     ### 2.6.0-alpha2 released
  4832.  
  4833. 2004-05-07 Garvin Hicking <pma@supergarv.de>
  4834.     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
  4835.       'nested', the displayed table names should always be the real names,
  4836.       not the table comments.
  4837.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  4838.       librarries/functions.js: RFE #856208 - Show (un)check all boxes
  4839.       for query results.
  4840.     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
  4841.       RFE #949594 - Allow changing amount of columns for adding fields/
  4842.       creating table (without losing previous data)
  4843.  
  4844. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  4845.     * README: Updated copyright as discussed a couple of days ago.
  4846.  
  4847. 2004-05-06 Garvin Hicking <pma@supergarv.de>
  4848.     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
  4849.       mousepointer hovering on rows w/o checkboxes.
  4850.  
  4851. 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  4852.     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
  4853.       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
  4854.  
  4855. 2004-05-05 Garvin Hicking <pma@supergarv.de>
  4856.     * db_details_db_info.php, db_details_structure.php, left.php: Speed
  4857.       up table fetching when using $cfg['ShowTooltips']. Allow to only
  4858.       see the grouped/nested tables in properties panel when clicking on
  4859.       a table group on the left frame.
  4860.     * db_details_structure.php: If JS is enabled, take away <label> link
  4861.       functionality because of onmousedown-handler duplicating this
  4862.       effect.
  4863.     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
  4864.       for column overview.
  4865.  
  4866. 2004-05-05 Michal Cihar  <michal@cihar.com>
  4867.     * config.inc.php, tbl_change.php, tbl_replace.php,
  4868.       libraries/common.lib.php, libraries/config_import.lib.php: Support for
  4869.       insert multiple rows at once (RFE #749733).
  4870.     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
  4871.  
  4872. 2004-05-04 Michal Cihar  <michal@cihar.com>
  4873.     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
  4874.       of TYPE in MySQL 4.1.1).
  4875.     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
  4876.       #946861).
  4877.  
  4878. 2004-05-04 Garvin Hicking <pma@supergarv.de>
  4879.     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
  4880.       available in tables overview, clicking on a cell in the table
  4881.       selects the checkbox next to it.
  4882.     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
  4883.       for Non-Light left frame. Introduce new option 'nested' for
  4884.       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
  4885.       virtual nested grouping, but for the tablename itself the tablename
  4886.       will be show, not the Alias.
  4887.  
  4888. 2004-05-03 Alexander M. Turek  <me@derrabus.de>
  4889.     * lang/german-*.inc.php: Clarification.
  4890.  
  4891. 2004-05-03 Michal Cihar  <michal@cihar.com>
  4892.     * querywindow.php: Fix javascript error (bug #946823).
  4893.     * tbl_query_box.php: Stray <li> (bug #946530).
  4894.     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
  4895.     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
  4896.       (RFE #946540).
  4897.     * db_details.php, tbl_change.php, tbl_query_box.php,
  4898.       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
  4899.       validity.
  4900.     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
  4901.     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
  4902.       not show multi row actions when no checkboxes shown.
  4903.  
  4904. 2004-05-03 Garvin Hicking <pma@supergarv.de>
  4905.     * lang/german* - Translation
  4906.     * left.php: Bug #946501 - Nested table now also work with aliased
  4907.       tablenames.
  4908.     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
  4909.       footer.inc.php, Documentation.html: Removed obsolete
  4910.       QueryFrameDebug configuration directive
  4911.     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
  4912.       structure to take previous settings into account.
  4913.  
  4914. 2004-05-02 Michal Cihar  <michal@cihar.com>
  4915.     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
  4916.  
  4917. 2004-04-30 Michal Cihar  <michal@cihar.com>
  4918.     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
  4919.       #944870).
  4920.  
  4921. 2004-04-29 Garvin Hicking <pma@supergarv.de>
  4922.     * db_details_structure.php: Bug #942362 - Colspan off by one
  4923.     * left.php: Modified js function to fit typecasting of Safari
  4924.     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
  4925.       the primary key reference.
  4926.  
  4927. 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
  4928.     * scripts/create-release.sh: keep only one previous version in cvs-prev
  4929.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  4930.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  4931.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  4932.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4933.     * lang/slovenian update, thanks to Kositer Uros
  4934.     * libraries/common.lib.php: patch #859034, better BLOB comparison
  4935.  
  4936. 2004-04-29 Michal Cihar  <michal@cihar.com>
  4937.     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
  4938.       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
  4939.       now correctly works with multibyte strings (bug #936161).
  4940.     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
  4941.     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
  4942.     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
  4943.     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
  4944.  
  4945. 2004-04-28 Michal Cihar  <michal@cihar.com>
  4946.     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
  4947.     * libraries/common.lib.php: When only_db matches no database, do not show
  4948.       any (bug #943626).
  4949.     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
  4950.       margin/padding.
  4951.     * server_privileges.php: No ugly message when editing privileges for
  4952.       non-existant database (bug #942357).
  4953.  
  4954. 2004-04-28 Garvin Hicking <pma@supergarv.de>
  4955.     * left.php, main.php, server_databases.php, common.lib.php,
  4956.       db_details_common.php: Bug #942296 - Safari can't handle
  4957.       location.replace() redirects correctly
  4958.     * libraries/tbl_change.js: Restrict calendar to maximum values for
  4959.       days/hours/minutes/seconds.
  4960.     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
  4961.       unique.
  4962.     * left.php, libraries/left.js: Fixed unneeded spacing between items
  4963.       and wrong collapsing in nested mode (Bug #943140). Removed
  4964.       some debugging non-xhtml tags.
  4965.     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
  4966.       for compatibility to the good old nobr-tag
  4967.  
  4968. 2004-04-27 Michal Cihar  <michal@cihar.com>
  4969.     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
  4970.       calendar.
  4971.     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
  4972.       lists items now have padding, so no more magins and <br />'s inside of
  4973.       them are needed.
  4974.     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
  4975.       nested tables.
  4976.     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
  4977.       query (bug #885497).
  4978.  
  4979. 2004-04-27 Garvin Hicking <pma@supergarv.de>
  4980.     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
  4981.       link in a way that the image always belongs to the last word
  4982.     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
  4983.       to mark the checkbox.
  4984.     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
  4985.     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
  4986.       fails.
  4987.     * querywindow.php: Bug #942395 - Missing space
  4988.     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
  4989.       table off by one.
  4990.     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
  4991.       count. Replace h1 with h2 for consitency
  4992.     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
  4993.       missing localization for multi-row edit/delete/export feature.
  4994.     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
  4995.       query window.
  4996.     * left.php: Fixed bug #942374 - Undefined indizes in left frame
  4997.       for light mode. Improved performance. Fixed tab-formatted code and
  4998.       adjusted to coding guidelines.
  4999.     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
  5000.       query together with multiple other queries, the db was reset to
  5001.       the first one.
  5002.  
  5003. 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  5004.     * config.inc.php, left.php, Documentation.html,
  5005.       libraries/config_import.lib.php, libraries/common.lib.php:
  5006.       $cfg['LeftDisplayServersList'] to display the server choice as links,
  5007.       thanks to Cal Henderson
  5008.  
  5009. 2004-04-26 Michal Cihar  <michal@cihar.com>
  5010.     * libraries/string.lib.php: mb_* functions don't know some windows-*
  5011.       charsets (bug #940638).
  5012.     * tbl_indexes.php: Remove print_r (bug #942383).
  5013.  
  5014. 2004-04-22 Michal Cihar  <michal@cihar.com>
  5015.     * libraries/export/sql.php: Invalid SQL on empty table export (bug
  5016.       #939918).
  5017.  
  5018. 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
  5019.     ### 2.6.0-alpha1 released
  5020.     * (after the release) user_password.php: undefined offset in blowfish.php
  5021.  
  5022. 2004-04-20 Alexander M. Turek  <me@derrabus.de>
  5023.     * Documentation.html, README:
  5024.       - The MySQL 4.1 support is not experimental anymore;
  5025.       - Updated credits.
  5026.     * server_privileges.php: Fixed an error that occured when trying to add
  5027.       privileges to non-existant tables.
  5028.  
  5029. 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
  5030.     * libraries/tbl_change.js: was always returning current day
  5031.  
  5032. 2004-04-20 Michal Cihar  <michal@cihar.com>
  5033.     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
  5034.       calendar.
  5035.  
  5036. 2004-04-19 Alexander M. Turek  <me@derrabus.de>
  5037.     * lang/german-*.inc.php: Clarification.
  5038.     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
  5039.       Updated path to MySQL's searchable online documentation.
  5040.     * ChangeLog: Recoded to UTF-8.
  5041.     * server_privileges.php: Illegal mix of collations.
  5042.     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
  5043.       (bug #902414). This should fix many "Illegal mix of collations" errors.
  5044.  
  5045. 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
  5046.     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
  5047.       mysqli-specific export-bugs
  5048.  
  5049. 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
  5050.     * sql.php: bug 780516: capitalizing keywords: we no longer
  5051.       put the formatted query into $sql_query, due to better pattern matching
  5052.  
  5053. 2004-04-19 Michal Cihar  <michal@cihar.com>
  5054.     * libraries/tbl_change.js: Better return value formatting.
  5055.     * Documentation.html: Mentioned header and footer customization.
  5056.  
  5057. 2004-04-18 Michal Cihar  <michal@cihar.com>
  5058.     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
  5059.     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
  5060.     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
  5061.  
  5062. 2004-04-18 Alexander M. Turek  <me@derrabus.de>
  5063.     * lang/german-*.inc.php: Updates.
  5064.     * server_privileges.php:
  5065.       - $url_query was not visible in function scope;
  5066.       - Hotfix to avoid "MySQL out of sync" errors.
  5067.     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
  5068.       PMA_DBI_affected_rows() to be left out.
  5069.  
  5070. 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  5071.     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
  5072.  
  5073. 2004-04-17 Alexander M. Turek  <me@derrabus.de>
  5074.     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
  5075.       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
  5076.       tbl_properties_operations.php, tbl_properties_structure.php,
  5077.       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
  5078.       Added ability to set / alter collations for databases, tables and fields.
  5079.     * tbl_alter.php: Charset information got lost when changing fields.
  5080.     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
  5081.       Removed mysql_wrappers library.
  5082.  
  5083. 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  5084.     * lang/french update
  5085.     * scripts/create-release.sh: daily snapshots
  5086.  
  5087. 2004-04-16 Michal Cihar  <michal@cihar.com>
  5088.     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
  5089.       exports (RFE #859815).
  5090.     * images/button_export.png: At least some export icon.
  5091.     * libraries/display_tbl.lib.php: Fix image sizes.
  5092.     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
  5093.       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
  5094.       calendar for date fields (RFE #880647).
  5095.  
  5096. 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
  5097.     * ldi_table.php: allow longer field terminator (was 2 now 4);
  5098.       for example, to load a file where each line represents one field
  5099.       and the end of line is \r\n
  5100.  
  5101. 2004-04-15 Michal Cihar  <michal@cihar.com>
  5102.     * tbl_properties_export.php, tbl_row_delete.php,
  5103.       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
  5104.       #927554).
  5105.     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
  5106.     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
  5107.       to Marc for noticing this).
  5108.  
  5109. 2004-04-15 Olivier Mueller <om@omnis.ch>
  5110.     * left.php: RFE #859208, Logout button in left frame
  5111.  
  5112. 2004-04-14 Michal Cihar  <michal@cihar.com>
  5113.     * lang/czech: Updated.
  5114.     * tbl_select.php: Fixed undefined variable warning.
  5115.     * libraries/common.lib.php, libraries/display_tbl.lib.php,
  5116.       libraries/export/sql.php: Really support export of UPDATE queries (bug
  5117.       #914237), condition generation used from previous implementation in
  5118.       display_tbl.lib.php and moved to common.lib.php.
  5119.     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
  5120.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  5121.       libraries/export/*: Support for enclosing SQL export in transaction (RFE
  5122.       #930827).
  5123.     * libraries/export/csv.php: Do not strip export too much (bug #913988).
  5124.     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
  5125.       compatibility code.
  5126.  
  5127. 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  5128.     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
  5129.       thanks to Philippe Jausions (jausions)
  5130.     * Documentation.html: new faq links and cleanup, thanks to C├⌐dric Corazza
  5131.     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
  5132.       bug 898484, IIS crash: do not use header('Location: ')
  5133.  
  5134. 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
  5135.     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
  5136.       libraries/relation.lib.php: Changed some queries to use
  5137.       MYSQLI_STORE_RESULT.
  5138.  
  5139. 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
  5140.     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
  5141.       db_details_structure.php, db_printview.php, left.php, main.php,
  5142.       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
  5143.       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
  5144.       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
  5145.       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
  5146.       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  5147.       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
  5148.       with MYSQLI_USE_RESULT as default.
  5149.     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
  5150.       PMA_DBI_fetch_array.
  5151.  
  5152. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  5153.     * tbl_select.php, lang/*: feature 788608: new features for Search:
  5154.       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
  5155.       and column title is now Operator, thanks to Philippe Jausions (jausions)
  5156.  
  5157. 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
  5158.     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
  5159.       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
  5160.       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
  5161.       phpMyAdmin should now be fully compatible with the new mysqli
  5162.       extension. All extension specific functions are wrapped now.
  5163.     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
  5164.     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
  5165.       thanks to Wandering Zombie (wanderingzombie).
  5166.  
  5167. 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
  5168.     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
  5169.       query display. Thanks to Daniel Marschall (blackdrake)
  5170.  
  5171. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  5172.     * tbl_change.php, bug 931034, big numbers data entry,
  5173.       thanks to Dmitry (yrtimd)
  5174.     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
  5175.       problem with multi-row delete and quotes in WHERE clause,
  5176.       thanks to Ryan Schmidt (ryandesign)
  5177.  
  5178. 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  5179.     * main.php, complete the fix for bug 922054
  5180.  
  5181. 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
  5182.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  5183.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5184.     * lang/malay: updated, thanks to nobody
  5185.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  5186.  
  5187. 2004-04-03 Olivier Mueller <om@omnis.ch>
  5188.     * server_privileges.php, libraries/server_privileges.js: added
  5189.       (un)checkall links to the "Global privileges" edition form.
  5190.       Todo: make it work even if JS is disabled + local links
  5191.       for the "Data" and "Structure" checkboxes groups.
  5192.  
  5193. 2004-04-02 Alexander M. Turek  <me@derrabus.de>
  5194.     * lang/german-*.inc.php: Fixed a typo.
  5195.  
  5196. 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  5197.     * main.php: bug 922054, when there is no control user, the detection
  5198.       of the grants does not take into account all cases;
  5199.       thanks to Thomas ( jacob@internet24.de)
  5200.  
  5201. 2004-03-30 Michal Cihar  <michal@cihar.com>
  5202.     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
  5203.  
  5204. 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  5205.     * server_privileges.php: bug 923171, password error when copying a user
  5206.     * server_privileges.php: bug 923227, copying a user with table privs
  5207.  
  5208. 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  5209.     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
  5210.       libraries/common.lib.php, libraries/config_import.lib.php:
  5211.       Sort database and table names in natural order,
  5212.       thanks to Hoo Jia Xiong (hoojx)
  5213.  
  5214. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  5215.     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
  5216.       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
  5217.       conversions).
  5218.  
  5219. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  5220.     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
  5221.       Added wrapping function PMA_DBI_field_len.
  5222.     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
  5223.       from function PMA_DBI_insert_id().
  5224.  
  5225. 2004-03-25 Michal Cihar  <michal@cihar.com>
  5226.     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
  5227.       exists (bug #922509).
  5228.     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
  5229.     * lang/czech: Fixed typos and improved some texts.
  5230.  
  5231. 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
  5232.     * libraries/common.lib.php: bug 922553, wrong boundary check in
  5233.       PMA_flipstring(), thanks to Virgile Petit (pvtc)
  5234.  
  5235. 2004-03-24 Michal Cihar  <michal@cihar.com>
  5236.     * lang/*: Added missing "$strConnectionError" (bug #922006).
  5237.  
  5238. 2004-03-23 Olivier Mueller <om@omnis.ch>
  5239.     * libraries/mysql_wrappers.lib.php: added mysqli support to the
  5240.       PMA_mysql_field_flags function because mysqli does not know the function
  5241.       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
  5242.     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
  5243.       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
  5244.       PMA_DBI_try_query function (ne0x)
  5245.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  5246.       Added wrapping function PMA_DBI_fetch_array() (ne0x)
  5247.     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
  5248.       the new PMA_DBI_fetch_array() function instead of
  5249.       PMA_mysql_fetch_array() (ne0x)
  5250.  
  5251. 2004-03-22 Michal Cihar  <michal@cihar.com>
  5252.     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
  5253.       attempting sending headers twice.
  5254.  
  5255. 2004-03-22 Garvin Hicking <pma@supergarv.de>
  5256.     * lang/german-*: Update
  5257.  
  5258. 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  5259.     * lang/romanian: Updated, thanks to Valics Lehel.
  5260.     * libraries/common.lib.php: bug 913704, delete link in db search
  5261.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
  5262.  
  5263. 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  5264.     * sql.php: bug 913630: did not detect correctly DELETE FROM table
  5265.       and even if detected, was calling a non-existent PMA_DBI_result()
  5266.  
  5267. 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  5268.     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
  5269.       SHOW CREATE TABLE on older MySQL versions
  5270.  
  5271. 2004-03-10 Michal Cihar  <michal@cihar.com>
  5272.     * export.php: Correctly report error when export fails.
  5273.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
  5274.       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
  5275.       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
  5276.     * libraries/export/*.php: Use unbuffered queries (patch #890075).
  5277.     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
  5278.       config.inc.php, libraries/common.lib.php,
  5279.       libraries/config_import.lib.php: Add support for INSERT IGNORE and
  5280.       UPDATE IGNORE.
  5281.     * config.inc.php, lang/*, libraries/common.lib.php,
  5282.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  5283.       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
  5284.       export (RFE #913421).
  5285.     * lang/czech: Updated.
  5286.     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
  5287.     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
  5288.       while editing.
  5289.     * db_details_structure.php, lang/*: Implement database renaming (RFE
  5290.       #792463).
  5291.     * tbl_properties_operations.php: Copy table defaults to structure and data
  5292.       (RFE #856517).
  5293.  
  5294. 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  5295.     * libraries/common.lib.php, libraries/display*, lang/*:
  5296.       bug 887933: avoid generating a nested form, and show a warning
  5297.       when user should define a primary key to get the Edit and Delete links
  5298.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5299.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5300.  
  5301. 2004-03-09 Michal Cihar  <backtowork@cihar.com>
  5302.     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
  5303.       conversion.
  5304.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
  5305.       PMA_mysql_fetch_array return value for last result (bug #905223).
  5306.     * browse_foreigners.php, libraries/common.lib.php,
  5307.       libraries/display_tbl.lib.php, libraries/relation.lib.php,
  5308.       libraries/sqlparser.lib.php, libraries/string.lib.php,
  5309.       libraries/transformations/text_plain__substr.inc.php: Use charset aware
  5310.       substr and strlen functions (bugs #854755 and #910575).
  5311.     * export.php: Fix buffer length counting, fix error detection (bug
  5312.       #909710).
  5313.     * libraries/export/latex.php: Fix undefined variable warning.
  5314.     * libraries/config_import.lib.php, libraries/common.lib.php,
  5315.       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
  5316.       add custom text to SQL export headers (RFE #874361).
  5317.     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
  5318.       header.inc.php, libraries/auth/cookie.auth.lib.php,
  5319.       libraries/auth/http.auth.lib.php: Support for site configurable header
  5320.       and footer (patch #893477).
  5321.  
  5322. 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  5323.     * libraries/sqlparser.lib.php: bug 909752, floating point digit
  5324.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
  5325.  
  5326. 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  5327.     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
  5328.       escaping of + in ENUM
  5329.  
  5330. 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  5331.     ### 2.5.6 released from branch MAINT_2_5
  5332.     * libraries/common.lib.php: change Revision number to trigger execution
  5333.       of compatibility module config_import.lib.php, because cookie
  5334.       login does not work if LoginCookieValidity is not defined
  5335.  
  5336. 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
  5337.     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
  5338.       WHERE clauses).
  5339.     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
  5340.       missing mysql_get_client_info() function.
  5341.  
  5342. 2004-02-27 Michal Cihar  <imback@cihar.com>
  5343.     * config.inc.php, libraries/config_import.lib.php,
  5344.       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
  5345.       for limited (configurable) time, user name is encrypted (RFE #902295).
  5346.  
  5347. 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  5348.     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
  5349.  
  5350. 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  5351.     * pdf_pages.php: bug 903450, typo
  5352.     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
  5353.       called twice
  5354.  
  5355. 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  5356.     * export.php: bug 899610, undefined variable $save_filename
  5357.  
  5358. 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
  5359.     * libraries/select_lang.lib.php: Deactivated the code part that disables
  5360.       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
  5361.       (bug #887183).
  5362.     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
  5363.       lang/snyc_lang.sh, libraries/select_lang.lib.php:
  5364.       - Changed charset definition from dos-622 into cp-622. Both definitions
  5365.         describe the same charset, but cp-622 is recognized better by some
  5366.         browsers;
  5367.       - File was broken due to some bad typos.
  5368.     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
  5369.       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
  5370.         so this change shouldn't cause big problems. The support for EUC-KR is
  5371.         wider and we are now able to create a Korean UTF-8 language file;
  5372.       - Added korean-utf-8 translation.
  5373.     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
  5374.       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
  5375.     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
  5376.       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
  5377.       the selected language file.
  5378.     * main.php:
  5379.       - Removed MySQL charset selection for MySQL 4.1.
  5380.       - Instead, the MySQL charset we picked is displayed.
  5381.  
  5382. 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
  5383.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  5384.       Introduced options parameter for query functions.
  5385.     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
  5386.  
  5387. 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
  5388.     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
  5389.       parser functions if one of the very first queries fails.
  5390.     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
  5391.  
  5392. 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  5393.     * server_privileges.php: bug 818654, password not copied
  5394.     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
  5395.       bug 879005: execute stored bookmarks when user is different
  5396.  
  5397. 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  5398.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5399.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5400.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  5401.     * lang/dutch update, thanks to Ivo Teel
  5402.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  5403.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5404.  
  5405. 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
  5406.     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
  5407.       support authentication protocol".
  5408.  
  5409. 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  5410.     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
  5411.  
  5412. 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  5413.     * tbl_change.php: bug 879923, NULL default value of DATETIME field
  5414.  
  5415. 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  5416.     * export.php: security fix, thanks to Cedric Cochin for the advisory
  5417.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  5418.  
  5419. 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
  5420.     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
  5421.  
  5422. 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
  5423.     * lang/czech: Update.
  5424.  
  5425. 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
  5426.     * lang/german-*.inc.php: Updates.
  5427.  
  5428. 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  5429.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  5430.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  5431.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5432.     * lang/*, header.inc.php, db_details_links.php, sql.php,
  5433.       libraries/functions.js: new stronger warning before a DROP DATABASE
  5434.  
  5435. 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
  5436.     * browser_foreigners, tbl_change.php, tbl_indexes.php,
  5437.       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
  5438.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  5439.       Get rid of mysql_data_seek(). Use pre-cached PHP array for
  5440.       mysqli compatibility and bandwidth saving.
  5441.  
  5442. 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  5443.     * main.php: bug 884606, MySQL version check before server choice
  5444.  
  5445. 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
  5446.     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
  5447.     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
  5448.  
  5449. 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  5450.     * tbl_row_delete.php: bug 882695, broken row highlighting
  5451.     * libraries/display_tbl.lib.php: bug 879792, bad sort link
  5452.     * libraries/dbi/*: PMA_DBI_num_fields()
  5453.  
  5454. 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  5455.     * querywindow.php: PMA_DBI_close() instead of DBI_close()
  5456.     * Documentation.html: clarify FAQ 6.21
  5457.     * libraries/dbi/*: use generic $strCantLoad message
  5458.     * lang/*: remove $strCantLoadMySQL message
  5459.     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
  5460.       display of unwanted error messages
  5461.     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
  5462.  
  5463. 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
  5464.     * header_printview.inc.php:
  5465.       - Don't bypass $cfg['Server']['verbose'] settings;
  5466.       - Include MySQL version in SQL printview headers.
  5467.     * header.inc.php: Avoid sending headers twice.
  5468.  
  5469. 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
  5470.     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
  5471.     * browse_foreigners.php, db_create.php, db_datadict.php,
  5472.       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
  5473.       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
  5474.       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
  5475.       querywindow.php, read_dump.php, server_common.inc.php,
  5476.       server_privileges.php, server_processlist.php, server_status.php,
  5477.       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
  5478.       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
  5479.       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
  5480.       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
  5481.       tbl_rename.php, tbl_replace.php, tbl_select.php,
  5482.       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
  5483.       libraries/common.lib.php, libraries/db_table_exists.lib.php,
  5484.       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
  5485.       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
  5486.       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
  5487.       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
  5488.       - Removed most remaining calls to old mysql_wrappers library;
  5489.       - Small optimizations and XHTML fixes.
  5490.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
  5491.       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
  5492.       - Fixed "undefined constant" warning (bug #881637);
  5493.       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
  5494.         PMA_DBI_get_fields_meta();
  5495.       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
  5496.     * Documentation.html: Changed my email address.
  5497.     * header_printview.inc.php:
  5498.       - Don't bypass $cfg['Server']['verbose'] settings;
  5499.       - Include MySQL version in SQL printview headers.
  5500.     * header.inc.php: Avoid sending headers twice.
  5501.  
  5502. 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
  5503.     * lang/czech: Fixed unclear message.
  5504.  
  5505. 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  5506.     * all concerned scripts: PMA_DBI_num_rows()
  5507.     * all concerned scripts: PMA_DBI_free_result()
  5508.     * all concerned scripts: PMA_DBI_insert_id()
  5509.     * all concerned scripts: PMA_DBI_affected_rows()
  5510.  
  5511. 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  5512.     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
  5513.       PMA_DBI_get_dblist()
  5514.  
  5515. 2004-01-17 Michal Cihar  <argh@cihar.com>
  5516.     * lang/czech: Updated.
  5517.  
  5518. 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
  5519.     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
  5520.       libraries/common.lib.php, libraries/config_import.lib.php,
  5521.       libraries/database_interface.lib.php, libraries/defines.lib.php,
  5522.       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
  5523.       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
  5524.       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
  5525.     * main.php: This script now accesses MySQL exclusivly through the new DBI
  5526.       functions.
  5527.  
  5528. 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  5529.     * mult_submits.inc.php: bug 876805, dropping a field with the
  5530.       multi-submit mechanism removes all internal relations of a table,
  5531.       patch thanks to Joosep-Georg J├ñrvemaa (j-georg)
  5532.  
  5533. 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
  5534.     * Documentation.html: Slight update to what I've done
  5535.  
  5536. 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  5537.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5538.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  5539.     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
  5540.  
  5541. 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
  5542.     * libraries/sqlparser.lib.php: Support for _charset syntax.
  5543.  
  5544. 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  5545.     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
  5546.  
  5547. 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  5548.     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
  5549.       bug 857743, SHOW errors
  5550.  
  5551. 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
  5552.     * libraries/charset_conversion.lib.php: Skip charset conversion code if
  5553.       input charset and output charset are the same.
  5554.  
  5555. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
  5556.     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
  5557.       as discussed in RFE #868369. Made foreigner window resizable.
  5558.     * libraries/functions.js: Reverted row marker patch. See RFE #867284
  5559.       for details.
  5560.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  5561.       libraries/functions.js: Upon clicking on a result row, de/activate
  5562.       the checkbox next to it. Only makes sense for horizontal mode. Can be
  5563.       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
  5564.  
  5565. 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
  5566.     * tbl_properties_operations.php: Changing a table's charset changed the
  5567.       charset of all fields (MySQL >= 4.1.1).
  5568.  
  5569. 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
  5570.     * libraries/config_import.lib.php: Added missing compatibility code for
  5571.       $cfg['RecodingEngine'].
  5572.  
  5573. 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
  5574.     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  5575.       MySQL collations are now parsed and highlighted.
  5576.     * libraries/export/sql.php: Include charset / collation information in db
  5577.       export.
  5578.  
  5579. 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  5580.     * db_details_structure.php: bug 868996, debug code still in place,
  5581.       thanks to Matthias Fichtner (mfichtner)
  5582.     * browse_foreigners.php: paging does not work; obey RepeatCells=0
  5583.     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
  5584.  
  5585. 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
  5586.     * lang/czech: Updated.
  5587.     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
  5588.  
  5589. 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
  5590.     * config.inc.php, db_details_common.php, db_details_structure.php,
  5591.       tbl_properties_operations.php, css/phpmyadmin.css.php,
  5592.       libraries/common.lib.php, libraries/config_import.lib.php,
  5593.       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  5594.       - SQL parser detected the character set "binary" as column attribute;
  5595.       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
  5596.         library now has to be included AFTER having connected to the MySQL
  5597.         server;
  5598.       - The default charset of a database may now be changed;
  5599.       - Ensured that the user's connection is used for setting and retreiving
  5600.         charset information.
  5601.       * libraries/defines.lib.php: typo.
  5602.  
  5603. 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  5604.     * tbl_select.php: bug 867320, dropdowns in search page
  5605.  
  5606. 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
  5607.     * db_details_structure.php, libraries/mysql_charsets.lib.php:
  5608.       - display database collation (MySQL >= 4.1.1);
  5609.       - list collations of all tables.
  5610.     * tbl_properties_strcuture, tbl_properties_table_info.php:
  5611.       - Changed "Charset" label to "Collation" because it fits better;
  5612.       - The column collations weren't displayed with MySQL 5.0.
  5613.     * libraries/sqlparser.data.php: New reserved words:
  5614.       - COLLATE (since MySQL 4.1.0);
  5615.       - RETURN  (since MySQL 5.0.0).
  5616.  
  5617. 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  5618.     ### 2.5.5 released
  5619.  
  5620. 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
  5621.     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
  5622.  
  5623. 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
  5624.     * db_details_qbe.php: error when generating joins
  5625.     * Documentation.html: FAQ 6.22: default bookmark execution
  5626.  
  5627. 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
  5628.     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
  5629.     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
  5630.  
  5631. 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  5632.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5633.  
  5634. 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  5635.     * tbl_relation.php: bug 860258: do not destroy foreign key references
  5636.       to another db (still cannot enter via phpMyAdmin this kind of
  5637.       references)
  5638.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5639.  
  5640. 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
  5641.     * lang/sync_lang.sh: Fix generation of translation, when source is in
  5642.       utf-8.
  5643.     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
  5644.       noticing this.
  5645.  
  5646. 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  5647.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  5648.  
  5649. 2003-12-15 Garvin Hicking  <me@supergarv.de>
  5650.     * tbl_replace.php: Check all required array indizes for multi-row edit
  5651.  
  5652. 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  5653.     * read_dump.php: bug 859062: Go & Bookmark problem when the
  5654.       query has a character like "+" in it
  5655.  
  5656. 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
  5657.     * tbl_query_box.php, ldi_table.php: maximum upload size
  5658.     * tbl_change.php: max BLOB upload size
  5659.  
  5660. 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  5661.     * db_details.php, libraries/common.lib.php, lang/*:
  5662.       new feature to display the maximum upload size
  5663.       TODO: detect if upload succeeded
  5664.  
  5665. 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
  5666.     * export.php: Fixed Regex
  5667.     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
  5668.       libraries/transformations/application_octetstream__download.inc.php:
  5669.       Added a new transformation to download blob/binary field contents
  5670.       with customized filenames. Needed two minor tweeks to the general
  5671.       system.
  5672.  
  5673. 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
  5674.     * libraries/export/sql.php: Fix moving foreign key definition on Windows
  5675.       (bug #851950).
  5676.  
  5677. 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  5678.     * tbl_replace.php: missing number of rows for Affected rows
  5679.       and Inserted rows; wrong message for insert ids
  5680.     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
  5681.  
  5682. 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
  5683.     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
  5684.       Updated character sets overview for MySQL 4.1.1.
  5685.     * db_create.php, main.php: Ability to specify a default character set for a
  5686.       new database.
  5687.     * libraries/sqlparser.lib.php: Bug #857749.
  5688.  
  5689. 2003-12-11 Garvin Hicking <me@supergarv.de>
  5690.     * header_printview.inc.php: RFE #856503, show number of rows in printview
  5691.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
  5692.       #857684 where non-existant fields caused PHP notices.
  5693.     * db_details.php: Removed unneccessary whitespace
  5694.     * sql.php: Bug #857742: When dropping the only remaining database, an
  5695.       error occured. Fixed by checking if databases remein (as suggested
  5696.       by lem9)
  5697.  
  5698. 2003-12-10 Garvin Hicking <me@supergarv.de>
  5699.     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
  5700.       delimiter slipped to the replacement's end instead of the expression's
  5701.       end.
  5702.     * db_details_structure.php: Bug 857315 - short open tag fixed
  5703.  
  5704. 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  5705.     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
  5706.     * main.php: bug 851564: backquotes on the wildcard dbname
  5707.       when no controluser is defined
  5708.     * db_datadict.php: bug 857186: ENUMs and data dictionary,
  5709.       thanks to Andrew Weiner (landreww) for the report and fix
  5710.  
  5711. 2003-12-09 Garvin Hicking <embatag@supergarv.de>
  5712.     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
  5713.     * lang/german*: Translations
  5714.     * left.php: Escape single quotes in single-table cases as well
  5715.       (Bug #855771)
  5716.  
  5717. 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  5718.     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
  5719.  
  5720. 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  5721.     ### 2.5.5-rc1 released
  5722.  
  5723. 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  5724.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5725.  
  5726. 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  5727.     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
  5728.       and added some isset for a new check
  5729.  
  5730. 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
  5731.     * libraries/transformations/text_plain__dateformat.inc.php:
  5732.       Use <dfn>-Tag to display original data to not waste display
  5733.       clarity by using hyperlinks. Original implementation also
  5734.       failed when using customized options.
  5735.  
  5736. 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  5737.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5738.     * libraries/transformations/text_plain__dateformat.inc.php:
  5739.       patch 845690: show real data before transformation
  5740.     * left.php: bug 833790: put a workaround in place
  5741.  
  5742. 2003-12-04 Garvin Hicking <grinch@supergarv.de>
  5743.     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
  5744.       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
  5745.       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  5746.       Multi row edit via checkboxes in browse mode is now available.
  5747.       This means, you can edit multiple records at once now.
  5748.     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
  5749.        (un)nullify() function
  5750.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  5751.       Made checkbox/edit/delete fields smaller
  5752.  
  5753. 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
  5754.     * libraries/display_tbl.lib.php: the constant used to check
  5755.       if the transformation function is included no longer exists
  5756.     * libraries/transformations/: replaced "include" by "require_once"
  5757.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  5758.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5759.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  5760.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5761.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5762.  
  5763. 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
  5764.     * main.php: Fixed one remaining preg_match
  5765.  
  5766. 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
  5767.     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
  5768.  
  5769. 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
  5770.     * Almost every file:
  5771.       - Replaced all include / require commands by require_once where possible;
  5772.       - Further php 4.1+ optimizations;
  5773.       - footer.inc.php now automatically stops the script execution;
  5774.       - Coding standards.
  5775.     * config.inc.php: Don't include select_lang.lib.php here.
  5776.     * libraries/common.lib.php: Backwards compatibility.
  5777.     * libraries/common.lib.php, libraries/defines.lib.php,
  5778.       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
  5779.       scripts/create-release.sh:
  5780.       defines.lib.php was included twice. For optimization reasons I moved all
  5781.       the code that is independent from the MySQL connection out of defines.lib
  5782.       into defines_php.lib.
  5783.       To point out the (new) meanings of the files I renamed defines.lib.php to
  5784.       defines_mysql.lib.php while defines_php.lib.php is now known as
  5785.       defines.lib.php.
  5786.  
  5787. 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
  5788.     * lang/check_lang.sh: Cleanup.
  5789.     * lang/sort_lang.sh: Cleanup.
  5790.     * lang/czech: Better translated some strings.
  5791.  
  5792. 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
  5793.     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
  5794.     * lang/hindi: update, thanks to Girish Nair (girish_nair)
  5795.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  5796.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5797.  
  5798. 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
  5799.     * translators.html: Changed email of Hindi translator, again.
  5800.     * badwords.txt: File is obsolete.
  5801.  
  5802. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
  5803.     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
  5804.       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
  5805.       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
  5806.       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
  5807.       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
  5808.  
  5809.       Reverted some obfuscated regular expressions to their working eregi-versions
  5810.       to not break stuff. Removed unneccessary reset() calls, replaced some more
  5811.       while(list()) constructs.
  5812.     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
  5813.       libraries/common.lib.php, libraries/display_tbl.lib.php,
  5814.       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
  5815.       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
  5816.  
  5817.       - When stored transformations have '.php3' ending, automagically assume '.php' now.
  5818.       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
  5819.         linebreaks.
  5820.  
  5821. 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
  5822.     * lang/german-*.inc.php: Updates.
  5823.     * lang/english-*.inc.php: Sortation.
  5824.  
  5825. 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  5826.     * tbl_rename.php: give an error if the new table name has a dot
  5827.       in its name, to avoid doing our automatic relation-table renames
  5828.  
  5829. 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
  5830.     * libraries/common.lib.php: Use preg again, it just needs a bit more
  5831.       escaping of \ (once for PHP and once for PCRE).
  5832.     * css/phpmyadmin.css.php: Make server selection in left frame same size as
  5833.       on other places.
  5834.     * main.php: One more regex escaping fix.
  5835.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  5836.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5837.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  5838.     * translators.html: Updated email for Hindi translator.
  5839.  
  5840. 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  5841.     * server_privileges.php3: while (list() = each()) is not always as bad as
  5842.       one might think ;-p
  5843.  
  5844. 2003-11-22 Garvin Hicking <me@supergarv.de>
  5845.     * ./*: More PHP3-compatibility removal, see 2003-11-20.
  5846.  
  5847. 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
  5848.     * tbl_properties_operations.php: display "Add constraints" only
  5849.       if there are foreign keys in current table
  5850.     * libraries/common.lib.php: revert back to previous logic at line 1108
  5851.       because of regex problem (when only_db is used)
  5852.  
  5853. 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  5854.     * tbl_move_copy.php: typo about constraints
  5855.  
  5856. 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
  5857.     * scripts/create-release.sh: Udated information what is needed to change on
  5858.       home page to currect status.
  5859.  
  5860. 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  5861.     * server_databases.php, server_processlist.php, server_status.php,
  5862.       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
  5863.     * README: Updated requirements.
  5864.     * scripts/create-release.sh: Create Documentation.txt when building the
  5865.       distribution kits.
  5866.     * Documentation.txt, scripts/updatedocs.sh: Romoved.
  5867.  
  5868. 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
  5869.     * read_dump.php: Show message about failing upload in all cases, removed
  5870.       some PHP compatibility code.
  5871.     * libraries/export/sql.php: More older PHP cleanup.
  5872.     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
  5873.       table moving/copying and allow to keep constraints over these
  5874.       operations.
  5875.     * server_databases.php: Add correct parameters to left frame to keep
  5876.       server choice, language, etc. (bug #845397).
  5877.     * libraries/config_import.lib.php, config.inc.php, db_details.php,
  5878.       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
  5879.       #839168).
  5880.     * Documentation.html: Valid XHTML again.
  5881.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5882.  
  5883. 2003-11-20 Garvin Hicking <me@supergarv.de>
  5884.     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
  5885.       libraries/transformations/overview.php, libraries/*.php
  5886.       (work in progress)
  5887.  
  5888.       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
  5889.       - Replaced "while (list() = each())" calls by foreach loops.
  5890.       - Removed PHP3-compatibility code
  5891.       - Removed calls to $HTTP_*_VARS (using $_* now).
  5892.       - Replaced some TAB-characters with whitespace
  5893.       - Removed PHP4 < 4.1.0 compatibility code
  5894.       - Removed MySQL < 3.23.32 compatibility code
  5895.       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
  5896.         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
  5897.         performance
  5898.       - Replace calls to eregi*/split functions to their preg* counterparts for
  5899.         faster and binary-safe operation
  5900.       - Replace regex-Calls to simple string functions where possible (speedup)
  5901.       - Replace calls to substr($string, X, 1) to $string{X}
  5902.  
  5903. 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  5904.     * libraries/display_tbl.lib.php: first group of headers was offset by
  5905.       one column to the left
  5906.  
  5907. 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
  5908.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  5909.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  5910.     * lang/portuguese: Updated, thanks to Ant├│nio Raposo (cfmsoft).
  5911.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5912.  
  5913. 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  5914.     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
  5915.     * Documentation.html: Modified requirements.
  5916.     * server_collations.php: Replaced obsolete "while (list() = each())" calls
  5917.       by foreach loops.
  5918.     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
  5919.  
  5920. 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  5921.     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
  5922.  
  5923. 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  5924.     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
  5925.       for the product name
  5926.     * main.php: new warnings for old PHP or MySQL versions
  5927.  
  5928. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  5929.     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
  5930.  
  5931. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  5932.     * almost EVERYTHING: The big rename from php3 to php.
  5933.  
  5934. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  5935.     * read_dump.php3: Show result of last SHOW query when multiple queries.
  5936.     * scripts/create-release.sh: Generate also sizes of files, for
  5937.       files.inc.php on homepage.
  5938.  
  5939. 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  5940.     * lang/french: update
  5941.     * lang/turkish update, thanks to Bora Alioglu
  5942.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  5943.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5944.  
  5945. 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  5946.     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
  5947.       any ...TEXT field types can have a FULLTEXT index
  5948.  
  5949. 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  5950.     * libraries/common.lib.php3: undefined variable dblist_full when
  5951.       renaming a table
  5952.  
  5953. 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
  5954.     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
  5955.     * libraries/export/sql.php3, libraries/config_import.lib.php3,
  5956.       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
  5957.       config.inc.php3: Allow delayed inserts (RFE #841298).
  5958.     * libraries/export/sql.php3, libraries/common.lib.php3,
  5959.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  5960.       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
  5961.       statements in export (RFE #838828).
  5962.     * lang/remove_message.sh: Checks for parameter count.
  5963.  
  5964. 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
  5965.     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
  5966.     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
  5967.  
  5968. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
  5969.     * libraries/display_tbl.lib.php3: Added more secure checks
  5970.       for each'ing on arrays built by the query analyzer. (Bug #839630)
  5971.     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
  5972.       repeated headers were wrong since introduction of multi-row delete.
  5973.  
  5974. 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  5975.     * scripts/extchg.sh: bug 839081: generator.sh was not converted
  5976.  
  5977. 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  5978.     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
  5979.       bug 835783: now (if using PHP4) users can enter NULL in a field
  5980.       and get the string NULL and not a NULL value. For a real NULL
  5981.       value they must use the Null checkbox.
  5982.  
  5983. 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  5984.     * New italian doc (partial) in pma_localized_docs
  5985.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5986.  
  5987. 2003-11-06 Garvin Hicking <me@supergarv.de>
  5988.     * sql.php3, libraries/display_tbl.lib.php3:
  5989.       RFE #835491: Display linked values in printview. Display relation-
  5990.       related features (comments, MIME-transformations) in printview.
  5991.       Fix empty table rows in vertical display (kept Mozilla from displaying
  5992.       borders in this printmode). Adjusted layout a tiny-weeny bit to let
  5993.       the comments of a field fit the whole space.
  5994.     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
  5995.       Documentation.html: Propagate current MIME-type to plugin functions.
  5996.       Thanks for noticing (again), Thiemo Maettig. :)
  5997.     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
  5998.       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
  5999.       the left frame. The '*' character can be used to
  6000.       fill in all remaining characters. See Documentation for details.
  6001.       RFE #830355, thanks to Xuefer for suggestions.
  6002.  
  6003. 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
  6004.     * libraries/export/xml.php3: Add xml header with encoding information
  6005.       (bug #836630).
  6006.  
  6007. 2003-11-05 Garvin Hicking <me@supergarv.de>
  6008.     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
  6009.       store queries with errors in history, also when coming from the
  6010.       database SQL tab.
  6011.     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
  6012.       are now put inside a <code> HTML-container, not <pre>. This allows
  6013.       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
  6014.       formatting has been altered to preserve those.
  6015.     * libraries/transformations/text_plain__dateformat.inc.php3:
  6016.       Remove obsolete code, thanks to Thiemo Maettig!
  6017.     * Documentation.html, libraries/display_tbl.lib.php3,
  6018.       libraries/transformations/*:
  6019.       The $meta field information is now passed to the transformation plugins
  6020.       to allow future (and easier) usage of field information
  6021.       (zerofill/unsigned/not_null/...).
  6022.  
  6023. 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  6024.     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
  6025.       about selecting homonyms on a table without primary key
  6026.  
  6027. 2003-11-04 Garvin Hicking <me@supergarv.de>
  6028.     * Documentation.html: Added known limitation about ANSI-mode
  6029.       (Bug #816858)
  6030.     * libraries/transformations/text_plain__dateformat.inc.php3:
  6031.       Bug #835252: Now allow more timestamps. Minor modification of a patch
  6032.       submitted by anonymous poster. Thanks!
  6033.  
  6034. 2003-11-03 Garvin Hicking <me@supergarv.de>
  6035.     * Documentation.html, tbl_row_delete.php3,
  6036.       libraries/display_tbl.lib.php3:
  6037.       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
  6038.       tweaks to make PHP-Transformations with forms working again. Added
  6039.       a limitation notice on that to FAQ 3.8. Added an image to this action.
  6040.     * libraries/display_tbl.lib.php3: Made multi-row delete working for
  6041.       vertical browse mode. When executing a multi-row delete, keep the
  6042.       last used display mode and other options.
  6043.     * Documentation.html: Adjusted link to the link-section of our homepage.
  6044.       Fixed typo.
  6045.  
  6046. 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
  6047.     * lang/czech: Updated.
  6048.     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
  6049.       (RFE #834053).
  6050.  
  6051. 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  6052.     * lang/german-*.inc.php3: Grammar.
  6053.     * config.inc.php3, libraries/common.lib.php3,
  6054.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  6055.       libraries/export/csv.php3, lang/*.inc.php3:
  6056.       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
  6057.  
  6058. 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  6059.     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
  6060.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6061.  
  6062. 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  6063.     * libraries/relation.lib.php3: bug 826880, quotes added
  6064.  
  6065. 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  6066.     * lang/romanian: Updated, thanks to Valics Lehel.
  6067.     * tbl_relation.php3: add backquotes around table and field names
  6068.       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
  6069.       version, a blank character in a field name is not accepted by InnoDB
  6070.  
  6071. 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  6072.     * querywindow.php3: bug 825668: js errors in SQL-history,
  6073.       thanks to Jenik Kaspar (jenix)
  6074.  
  6075. 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  6076.     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
  6077.     * querywindow.php3: bug 829737, cosmetic change: added   for
  6078.       better display in Iconic 'both' mode
  6079.  
  6080. 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
  6081.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  6082.     * lang/serbian: utf-8 translations contained no strings, regenerated.
  6083.     * lang/other: Added missing strings.
  6084.     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
  6085.       it makes sense (bug #829594).
  6086.  
  6087. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  6088.     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
  6089.       (bug #828370).
  6090.     * libraries/export/sql.php3. libraries/export/latex.php3,
  6091.       libraries/display_export.lib.php3, export.php3, lang/*,
  6092.       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
  6093.       supress dates in SQL dump separately.
  6094.     * lang/add_message.sh: Fail if no message specified.
  6095.     * lang/add_message_file.sh: Fail if no file specified.
  6096.     * libraries/display_export.lib.php3: Added ugly hack to allow switching
  6097.       export options in Opera (bug #828712).
  6098.     * db_details_structure.php3, lang/*: Show also overhead, allow to check
  6099.       all tables with overhead at once (JS only) (RFE #828090).
  6100.     * footer.inc.php3: Try to update history in table only if configured so
  6101.       (bug #828356).
  6102.  
  6103. 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  6104.     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
  6105.       thanks to Chris Walsh (chriswalshaz)
  6106.     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
  6107.     * tbl_relation.php3: Bug 827340: Relation view should display also
  6108.       non-unique keys as possible choices for foreign keys
  6109.  
  6110. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  6111.     * Documentation, config.inc.php3, tbl_change.php3,
  6112.       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
  6113.       default functions configurable (RFE #821271).
  6114.  
  6115. 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  6116.     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
  6117.     * libraries/functions.js: bug 825665, scratchboard and paper size
  6118.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6119.     ### 2.5.4 released
  6120.  
  6121. 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  6122.     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
  6123.     * tbl_query_box.php3, libraries/bookmark.lib.php3:
  6124.       bug 824958: bookmarks not configured
  6125.  
  6126. 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
  6127.     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
  6128.     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
  6129.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6130.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  6131.     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
  6132.     * lang/sort_lang.sh: Ignores non file parameter.
  6133.     * libraries/common.lib.php3: Add some more fixes for wrongly typed
  6134.       $cfg['PmaAbsoluteUri'].
  6135.     * Documentation: Changed my email and credits.
  6136.     * libraries/defines_php.lib.php3: Output buffering is not available in
  6137.       php 3 (bug #824956).
  6138.  
  6139. 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  6140.     * lang/russian-windows-1251: wrong charset (bug 823939)
  6141.  
  6142. 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  6143.     * server_privileges.php3: bug 707516, sometimes db privileges
  6144.       are not shown
  6145.  
  6146. 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  6147.     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
  6148.  
  6149. 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  6150.     * libraries/grab_globals.lib.php3: bug 807047, better fix
  6151.     * tbl_select.php3: bug 821350: escape single quotes in table
  6152.       Search page
  6153.  
  6154. 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
  6155.     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
  6156.  
  6157. 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
  6158.     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
  6159.     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
  6160.     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
  6161.     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
  6162.       default phpMyAdmin table names from PMA_* to pma_*.
  6163.  
  6164. 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  6165.     * lang/russian*: updated, thanks to Artyom Rabzonov
  6166.  
  6167. 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
  6168.     * Documentation: Another hint for creating primary/unique keys.
  6169.  
  6170. 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  6171.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6172.  
  6173. 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
  6174.     * tbl_replace.php3: Do not include query in redirect url if too long.
  6175.  
  6176. 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  6177.     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
  6178.       against cookies of the same name
  6179.     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
  6180.       icon should not be displayed in all cases
  6181.  
  6182. 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  6183.     * lang/slovenian update, thanks to Kositer Uros
  6184.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6185.     * libraries/export/sql.php3: bug 815822 Undefined index/offset
  6186.     * lang/turkish update, thanks to Bora Alioglu
  6187.  
  6188. 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  6189.     * translators.html: Better link.
  6190.  
  6191. 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  6192.     ### 2.5.4-rc1 released
  6193.  
  6194. 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
  6195.     * lang/czech: Updated.
  6196.     * config.inc.php3, db_details_importdocsql.php3,
  6197.       db_details_structure.php3, libraries/config_import.lib.php3: You now
  6198.       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
  6199.       #812033.
  6200.     * Documentation: Documented above and support for compressed dumps.
  6201.     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
  6202.       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
  6203.       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
  6204.  
  6205. 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  6206.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  6207.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6208.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6209.     * new lang: bosnian, thanks to Samir Kobiljak
  6210.  
  6211. 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  6212.     * tbl_row_delete.php3, mult_submits.inc.php3,
  6213.       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
  6214.       RFE 810270: multi-row delete in browse mode
  6215.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  6216.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6217.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6218.  
  6219. 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  6220.     * tbl_indexes.php3: RFE #812993 (Icons for index table).
  6221.     * lang/persian-*.inc.php3, lang/sync_lang.sh,
  6222.       libraries/select_lang.lib.php3, translators.html:
  6223.       New Persian language files, thanks to Parham Ghaffarian.
  6224.     * libraries/select_lang.lib.php3: Removed a dublicate entry.
  6225.     * translators.html: I'm back. :-)
  6226.     * lang/english.inc.php3: Resorted strings.
  6227.  
  6228. 2003-09-26 Garvin Hicking <me@supergarv.de>
  6229.     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
  6230.       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
  6231.  
  6232. 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  6233.     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
  6234.       markers), thanks to Michael Johnson (redbeardc).
  6235.     * server_privileges.php3: Fixed bug #811792 (Password not kept when
  6236.       modifying user).
  6237.  
  6238. 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6239.     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
  6240.  
  6241. 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  6242.     * libraries/export/sql.php3: bug 811222: we need to analyze the query
  6243.       to get the true column name in case of aliases
  6244.     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
  6245.       does not need reduced font size
  6246.  
  6247. 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  6248.     * pdf_schema.php3: bug 805227: the "Show color" only removed
  6249.       color on arrows, now removes all the color because of printing problems
  6250.       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
  6251.  
  6252. 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  6253.     * server_privileges.php3: bug 784961, could not delete a user
  6254.  
  6255. 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
  6256.     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
  6257.       with older php (bug #802060).
  6258.  
  6259. 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
  6260.     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
  6261.       than one cookie auth is being used.
  6262.  
  6263. 2003-09-18 Garvin Hicking <me@supergarv.de>
  6264.     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
  6265.       Add bookmark option to query window/tab to bookmark any statement.
  6266.  
  6267. 2003-09-17 Garvin Hicking <me@supergarv.de>
  6268.     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
  6269.       history, not execute them immediately.
  6270.     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
  6271.     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
  6272.       server_databases.php3
  6273.  
  6274. 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
  6275.     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
  6276.       can not be read.
  6277.     * tbl_query_box.php3: Do not require any variables in query window.
  6278.     * lang/*, libraries/export/sql.php3: Export separately constraints, so
  6279.       they don't cause troubles on import (bug #807615).
  6280.     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
  6281.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  6282.       libraries/auth/cookie.auth.lib.php3,
  6283.       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
  6284.       into cookie auth, new config variable for enabling this
  6285.       $cfg['AllowArbitraryServer'].
  6286.     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
  6287.       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
  6288.       #752886).
  6289.     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
  6290.       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
  6291.       they are compressed by smaller chunks and send to browser (RFE #795849).
  6292.     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
  6293.       comment including references.
  6294.  
  6295. 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  6296.     * sql.php3: bug 790849 (js disabled and user removes the row limit
  6297.       from the Show [30] rows)
  6298.  
  6299. 2003-09-16 Garvin Hicking <me@supergarv.de>
  6300.     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
  6301.     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
  6302.     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
  6303.     one. Keep old function for any future use.
  6304.  
  6305. 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  6306.     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
  6307.       "Select" becomes "Search" to denote more clearly was this sub-page
  6308.       is about
  6309.  
  6310. 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
  6311.     * libraries/export/sql.php3: Avoid freeing failed result.
  6312.  
  6313. 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  6314.     * Documentation.html: clarify FAQ 6.20 about which privileges are
  6315.       assigned to users after an upgrade to MySQL 4, and their effect
  6316.       on seeing all the databases.
  6317.  
  6318. 2003-09-12 Garvin Hicking <me@supergarv.de>
  6319.     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
  6320.       (Bookmarks for all users)
  6321.     * lang/german*: Update
  6322.     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
  6323.       not working on PHP < 4.0.3
  6324.  
  6325. 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  6326.     * lang/turkish update, thanks to Bora Alioglu
  6327.     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
  6328.       and add "Sort" tooltip to each column header
  6329.  
  6330. 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
  6331.     * read_dump.php3: Add also limit to size, not only to pieces, because of
  6332.       extended inserts (bug #803372).
  6333.  
  6334. 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  6335.     * Documentation.html: clarify about InnoDB support
  6336.     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
  6337.       bug 792511: SELECT * FROM mytable LIMIT 0,-1
  6338.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  6339.       from mysql_list_fields, so modify PMA_mysql_list_fields to use
  6340.       SELECT * FROM db.table LIMIT 1
  6341.       (Thanks to Peter Beckman (ooglek))
  6342.  
  6343. 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  6344.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  6345.       from mysql_list_tables, so modify PMA_mysql_list_tables to use
  6346.       SHOW TABLES FROM
  6347.  
  6348. 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
  6349.     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
  6350.       relations used.
  6351.     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
  6352.       indexes (RFE #528503).
  6353.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6354.     * lang/dutch: Updated, thanks to nobody :-).
  6355.  
  6356. 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
  6357.     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
  6358.       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
  6359.       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
  6360.       server (RFE #684097).
  6361.  
  6362. 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6363.     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
  6364.       privileges).
  6365.  
  6366. 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  6367.     ### 2.5.3 released
  6368.  
  6369. 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  6370.     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
  6371.     * tbl_relation.php3: InnoDB support
  6372.  
  6373. 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
  6374.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6375.  
  6376. 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  6377.     * Documentation.html:
  6378.       - rewrote FAQ 1.17;
  6379.       - corrected some other FAQs;
  6380.       - tidied up "Requirements" section about MySQL.
  6381.  
  6382. 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  6383.     * translators.html: azerbaijani, and change of address for
  6384.       swedish translator
  6385.  
  6386. 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
  6387.     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
  6388.  
  6389. 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
  6390.     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
  6391.       (bug #798426).
  6392.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  6393.     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
  6394.       translation, thanks to Shehriyar Imanov (sheki).
  6395.  
  6396. 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
  6397.     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
  6398.     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
  6399.  
  6400. 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  6401.     * README: Updated php / MySQL versions.
  6402.  
  6403. 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
  6404.     * libraries/display_export.lib.php3: Allow xml to be also default export
  6405.       (bug #796706).
  6406.  
  6407. 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  6408.     * tbl_relation.php3: User forgot to define an index on the master table
  6409.       before adding a foreign key constraint: trap the error, warn the user
  6410.       and show him a link to the relevant doc
  6411.  
  6412. 2003-08-27 Garvin Hicking <me@supergarv.de>
  6413.     * lang/german*: Update
  6414.  
  6415. 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
  6416.     * sql.php3, lang/*: Print view with full texts (RFE #742123).
  6417.  
  6418. 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  6419.     * browse_foreigners.php3: undefined variable.
  6420.  
  6421. 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  6422.     * libraries/common.lib.php3: Backwards compatibility.
  6423.     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
  6424.  
  6425. 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
  6426.     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
  6427.       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
  6428.       LaTeX export (patch #777451).
  6429.  
  6430. 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
  6431.     * lang/czech: Updated.
  6432.  
  6433. 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
  6434.     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
  6435.       InnoDB relations (for now, same db, only one index column, and
  6436.       no ON DELETE or ON UPDATE clauses)
  6437.  
  6438. 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  6439.     * tbl_rename.php3: After renaming a table, move back to
  6440.       tbl_properties_operations.php3 instead of tbl_properties.php3.
  6441.  
  6442. 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  6443.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6444.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6445.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6446.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6447.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6448.     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
  6449.     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
  6450.     * libraries/relation.lib.php3: getForeigners() returns also the constraint
  6451.  
  6452. 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  6453.     * tbl_relation.php3: improve variables, remove some code
  6454.  
  6455. 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  6456.     * server_privileges.php3: Fixed some typos.
  6457.  
  6458. 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  6459.     * lang/romanian: Updated, thanks to Valics Lehel.
  6460.     * lang/turkish update, thanks to Bora Alioglu
  6461.  
  6462. 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
  6463.     * lang/czech: Updated.
  6464.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  6465.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6466.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6467.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  6468.  
  6469. 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  6470.     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
  6471.       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
  6472.       Patch 789367: Browse foreign values, thanks to Garvin
  6473.     ### 2.5.3-rc2 released
  6474.  
  6475. 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  6476.     * translators.html: Garvin is now the official German translator,
  6477.       temporarily.
  6478.  
  6479. 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  6480.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6481.  
  6482. 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  6483.     * Documentation.html: Bad anchor link and other typos.
  6484.  
  6485. 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  6486.     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
  6487.       and bug 788676: added a table to help Netscape aligning the icons
  6488.       with the text
  6489.  
  6490. 2003-08-15 Garvin Hicking <me@supergarv.de>
  6491.     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
  6492.       multi-submit button)
  6493.     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
  6494.       - Enlarge area around the new buttons for better usability
  6495.  
  6496. 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
  6497.     * Documentation: Synced export FAQ with export page.
  6498.     * Documentation: Fixed information about transformations.
  6499.  
  6500. 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
  6501.     * server_privileges.php3: Fix notice about undefined index (bug #780861).
  6502.  
  6503. 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  6504.     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
  6505.  
  6506. 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
  6507.     * tbl_addfield.php3: Highlight correct tab after changing structure.
  6508.     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
  6509.       alpha_variable).
  6510.  
  6511. 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
  6512.     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
  6513.     * libraries/functions.js: Don't ask for confirmation of query that will
  6514.       not be executed (bug #783667).
  6515.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6516.     * lang/czech: Updated, thanks to me :).
  6517.  
  6518. 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
  6519.     * libraries/export/csv.php3, libraries/export/latex.php3,
  6520.       libraries/export/xml.php3: Added some stripslashes to generate correct
  6521.       exports.
  6522.  
  6523. 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  6524.     * server_status.php3: bug 786331, a 100,00% not internationalized,
  6525.       and align values for "More status variables"
  6526.     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
  6527.  
  6528. 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  6529.     * libraries/auth/cookie.auth.lib.php3: Cookies required message
  6530.       should not look like an error
  6531.  
  6532. 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  6533.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6534.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  6535.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6536.     * lang/english, french: typos about $strDBGMaxTimeMs
  6537.  
  6538. 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  6539.     * lang/serbian update, thanks to Mihailo Stefanovic
  6540.     * lang/romanian: Updated, thanks to Valics Lehel.
  6541.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6542.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  6543.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6544.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  6545.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6546.     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
  6547.  
  6548. 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  6549.     * sql.php3: bug 782925: fix "Showing rows..." message when user has
  6550.       put a LIMIT in the query
  6551.     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
  6552.       MySQL versions
  6553.  
  6554. 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
  6555.     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
  6556.  
  6557. 2003-08-05 Garvin Hicking <me@supergarv.de>
  6558.     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
  6559.       (Bug #782966)
  6560.     * tbl_change.php3: RFE #772991: Shorten dropdown field using
  6561.       $cfg['LimitChars']
  6562.     * tbl_change.php3: RFE #762221: Swap relational insert key order
  6563.  
  6564. 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
  6565.     * sql.php3: Fixed regular expression.
  6566.     * libraries/export/latex.php3: Use "table (field)" instead of
  6567.       "table -> field" when dumping relations into LaTeX (bug #776957).
  6568.     * libraries/display_export.lib.php3, libraries/export/csv.php3,
  6569.       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
  6570.       for Excel export (bug #771299).
  6571.     * header.inc.php3: Don't allow including this file twice.
  6572.     * db_details.php3, db_details_importdocsql.php3, export.php3,
  6573.       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
  6574.     * libraries/tbl_change.js: When ENUM field has just one value, it could
  6575.       not be set to NULL (bug #783533).
  6576.     * tbl_move_copy.php3: Use database we're working on to avoid some problems
  6577.       with replicated databases (bug #780439).
  6578.     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
  6579.       one (bug #780569).
  6580.  
  6581. 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  6582.     * libraries/sqlparser.data.php3: bug 779453, wrong count
  6583.     * lang/turkish update, thanks to Bora Alioglu
  6584.     * lang/romanian: Updated, thanks to Valics Lehel.
  6585.     * lang/ukrainian: update, thanks to Markijan Baran
  6586.     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
  6587.       from "Create PHP Code" or "Without PHP Code"
  6588.  
  6589. 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
  6590.     * lang/czech: Updated.
  6591.  
  6592. 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  6593.     * tbl_select.php3: bug 697979, implemented a suggestion by
  6594.       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
  6595.       on the Select page, to avoid (in most cases) a IE limitation
  6596.  
  6597. 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  6598.     * main.php3: Added link to charset page.
  6599.     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
  6600.       information.
  6601.     * tbl_properties_structure.php3: Tooltips for collations.
  6602.  
  6603. 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
  6604.     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
  6605.       or a foreign key) was wrongly urldecoded to a space
  6606.     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
  6607.  
  6608. 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  6609.     * tbl_move_copy.php3: wrong Missing message
  6610.  
  6611. 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  6612.     * server_privileges.php3: Implemented some version checks to avoid bugs like
  6613.       #777785.
  6614.  
  6615. 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  6616.     * serbian: big update,
  6617.       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
  6618.       Mihailo Stefanovic <mst@mikis.org>
  6619.     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
  6620.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6621.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6622.     ### 2.5.3-rc1 released
  6623.  
  6624. 2003-07-29 Garvin Hicking <me@supergarv.de>
  6625.     * Documentation.html, config.inc.php3, read_dump.php3,
  6626.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  6627.       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
  6628.       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
  6629.         execution of a multi-query statement even though single queries
  6630.         may fail
  6631.       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
  6632.         of each query of a multi-query statement (taking some maximum
  6633.         line/pieces amounts into account)
  6634.       o changed formatting of syntax_comment to include some space
  6635.     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
  6636.       Display MySQL error code and link to the MySQL-Documentation of
  6637.       error codes
  6638.  
  6639. 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  6640.     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
  6641.       multi-submit buttons.
  6642.  
  6643. 2003-07-28 Garvin Hicking <me@supergarv.de>
  6644.     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
  6645.       is set to 'none', positively retain any user formatting for query
  6646.       output. (RFE #769219)
  6647.     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
  6648.  
  6649. 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  6650.     * sql.php3: bug 778899, could not create a bookmark
  6651.     * ldi_table.php3: Users with register_global=off received some
  6652.       Missing messages, due to a missing "require" in ldi_table.php3
  6653.  
  6654. 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  6655.     * server_privileges.php3: A user could not edit his own global privileges.
  6656.  
  6657. 2003-07-25 Garvin Hicking <me@supergarv.de>
  6658.     * Documentation.html: Updated my E-Mail, added latest credits-items
  6659.     * images/*, config.inc.php3, db_details_structure.php3,
  6660.       libraries/common.lib.php3, table_details_structure.php3,
  6661.       libraries/display_tbl.lib.php3, Documentation.html,
  6662.       left.php3:
  6663.       Even more new images on more places: DB properties, Table
  6664.       properties, Table Display (LinkOrButton unified as well),
  6665.       Left frame.
  6666.       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
  6667.       care?)
  6668.  
  6669. 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  6670.     * header.inc.php3: XHTML compatibility
  6671.     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
  6672.       unable to insert record with FK in another db
  6673.  
  6674. 2003-07-24 Garvin Hicking <me@supergarv.de>
  6675.     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
  6676.       TRUNCATE statements!
  6677.     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
  6678.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
  6679.       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
  6680.       for the database properties page and implemented RFE #752062: multi-
  6681.       column display for many tables.
  6682.       (thanks to Kawika Ohumukini [boogie33]).
  6683.  
  6684. 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
  6685.     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
  6686.       bug 772765, InnoDB and multi-columns foreign key
  6687.     * tbl_select.php3: LIKE in Select sub-page for non-text fields
  6688.  
  6689. 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6690.     * libraries/mysql_charsets.lib.php3:
  6691.       - better method for retrieving the supported MySQL charsets;
  6692.       - fixed a bug that caused "armascii8" to appear twice in the charsets
  6693.         list (as "armascii8" and "armascii");
  6694.       - added ability to retrieve all collations and related MySQL settings;
  6695.       - added a function to build description strings for given collations
  6696.         (still needs some optimization).
  6697.     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
  6698.     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
  6699.       New status page "Character Sets and Collations" for MySQL 4.1.
  6700.  
  6701. 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  6702.     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
  6703.     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
  6704.  
  6705. 2003-07-23 Garvin Hicking <me@supergarv.de>
  6706.     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
  6707.       (Bug #769827)
  6708.     * libraries/display_export.lib.php3, libraries/export/sql.php3
  6709.       Only print Update/Creation/Check time when the checkbox 'Include
  6710.       Comments' is chosen. So it is now also possible to check that
  6711.       box even though the relational features could be deactivated.
  6712.       But all checks to relational comments will only use those if
  6713.       the relation features work.
  6714.  
  6715. 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  6716.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  6717.     ### 2.5.2 released
  6718.  
  6719. 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  6720.     * tbl_properties_operations.php3: Do not display the
  6721.       "Referential integrity check" section for InnoDB tables
  6722.       as this was intended for pmadb relations
  6723.  
  6724. 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  6725.     * (in lots of scripts): checks for paths disclosure
  6726.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6727.  
  6728. 2003-07-18 Garvin Hicking <me@supergarv.de>
  6729.     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
  6730.       way of rewriting bookmark variables.
  6731.     * Documentation.html: Bookmark variable expansion only works with PHP
  6732.       4.3.0 and above
  6733.     * tbl_query_box.php3: For the querywindow - if no items are available
  6734.       for the 'file import' tab, hide the 'Go' button and instead display
  6735.       a warning message. Can happen if you don't have $cfg['UploadDir']
  6736.       set and $is_upload is false.
  6737.  
  6738. 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  6739.     * server_status.php3: the percentages of Query types did not add up
  6740.       to 100, because the number of connections is included in the total
  6741.       number of queries, thanks to jht001 ( Jams H Thompson )
  6742.  
  6743. 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  6744.     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
  6745.       appeared when inserting values into ENUM or SET fields.
  6746.  
  6747. 2003-07-17 Garvin Hicking <me@supergarv.de>
  6748.     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
  6749.       Thanks to andreas_e ;)
  6750.  
  6751. 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
  6752.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6753.  
  6754. 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  6755.     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
  6756.  
  6757. 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  6758.     * libraries/functions.js: Bug #771794 (CHAR length check although field name
  6759.       is empty).
  6760.  
  6761. 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  6762.     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
  6763.       a LONGTEXT with character set latin7
  6764.     * db_details_structure.php3, tbl_properties_structure.php3: missing
  6765.       $err_url for mult_submits
  6766.     * scripts/create-tables.sql: don't use backquotes in USE
  6767.  
  6768. 2003-07-14 Garvin Hicking <me@supergarv.de>
  6769.     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
  6770.  
  6771. 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  6772.     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
  6773.  
  6774. 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  6775.     ### 2.5.2-rc2 released
  6776.  
  6777. 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  6778.     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
  6779.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  6780.  
  6781. 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  6782.     * lang/turkish update, thanks to Bora Alioglu
  6783.     * lang/slovak update, thanks to Lubos Klokner
  6784.  
  6785. 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  6786.     * db_create.php3:
  6787.       - Display CREATE DATABASE query;
  6788.       - Call user-defined default tab instead of hardcoded db_details.php3.
  6789.     * index.php3: Don't display scrollbars in queryframe (Opera fix).
  6790.     * libraries/display_export.lib.php3: Disabled XML export for multiple
  6791.       databases because an XML file must not contain more than one database.
  6792.  
  6793. 2003-07-10 Garvin Hicking <me@supergarv.de>
  6794.     * libraries/display_tbl.lib.php3: Let the default function take
  6795.       the honor to replace special strings, so that a non-default function
  6796.       does not necessary have them introduced. Very convenient for the
  6797.       text/plain->formatted display, which would otherwise get every
  6798.       CR/LF converted to a <br> and introduce nasty skew.
  6799.  
  6800. 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  6801.     * pdf_schema.php3: do not display a foreign table if it's not selected
  6802.       by user to be on the schema
  6803.  
  6804. 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
  6805.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6806.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6807.     * footer.inc.php3: Fix JS error when in query window is not active SQL
  6808.       tab.
  6809.  
  6810. 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
  6811.     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
  6812.       in password/username (bug #747020).
  6813.     * server_privileges.php3: Fixed escaping when backslash in
  6814.       password/username.
  6815.     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
  6816.       (bug #768351).
  6817.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6818.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6819.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6820.  
  6821. 2003-07-09 Garvin Hicking <me@supergarv.de>
  6822.     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
  6823.       whole frameset)
  6824.     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
  6825.       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
  6826.       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
  6827.       for all browsers except IE6.x. Created a meta-header to identify which
  6828.       setting is used, to make our debugging of bugreports easier.
  6829.  
  6830. 2003-07-08 Garvin Hicking <me@supergarv.de>
  6831.     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
  6832.       This enables phpMyAdmin to be used within a frameset without trying
  6833.       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
  6834.       1.4 and IE5.5.
  6835.  
  6836. 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  6837.     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
  6838.       incorrect row count for MySQL 4.1 subqueries;
  6839.       bug 649665, incorrect row count for UNIONs
  6840.  
  6841. 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
  6842.     * config.inc.php3, tbl_properties_operations.php3,
  6843.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  6844.       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
  6845.       AUTO_INCREMENT value (RFE #763957).
  6846.     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
  6847.     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
  6848.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  6849.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6850.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6851.     * lang/romanian: Updated, thanks to Valics Lehel.
  6852.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6853.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6854.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6855.  
  6856. 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6857.     * libraries/common.lib.php3: Send headers before exiting because of missing
  6858.       MySQL extension.
  6859.     * lang/german-*.inc.php3: Updates.
  6860.  
  6861. 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  6862.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  6863.       compatibility.
  6864.     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
  6865.  
  6866. 2003-07-07 Garvin Hicking <me@supergarv.de>
  6867.     * tbl_change.php3: Fix undefined index for disp_query
  6868.       (when inserting a new row with a file uploaded to a column)
  6869.     * libraries/transformations/image_jpeg__inline.inc.php3,
  6870.       libraries/transformations/image_png__inline.inc.php3: Proper escaping
  6871.       of &
  6872.     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
  6873.       smaller default font size (like OPERA). Bug #752646.
  6874.  
  6875. 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  6876.     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
  6877.       Documentation.html: only one blowfish secret is necessary for
  6878.       all servers, thanks to Alexander M. Turek
  6879.     ### 2.5.2-rc1 released
  6880.  
  6881. 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
  6882.     * lang/czech: Updated.
  6883.     * css/phpmyadmin.css.php3: url() should not contain quotes.
  6884.  
  6885. 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  6886.     * lang/german-*.inc.php3: Updates.
  6887.     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
  6888.  
  6889. 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  6890.     * libraries/auth/config.auth.lib.php3, lang/*.php3:
  6891.       $strAccessDeniedExplanation
  6892.     * lang/swedish update, thanks to Bj├╢rn T. Hallberg (bth).
  6893.     * lang/polish update, thanks to Jakub Wilk (ubanus).
  6894.  
  6895. 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
  6896.     * lang/czech: Updated.
  6897.  
  6898. 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  6899.     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
  6900.     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
  6901.       sometimes, binary contents in cookies is not retrieved properly,
  6902.       so protect it with base64_encode()
  6903.     * lang/ukrainian: update, thanks to Markijan Baran
  6904.  
  6905. 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  6906.     * lang/romanian update, thanks to Valics Lehel
  6907.     * lang/turkish update, thanks to Bora Alioglu
  6908.     * lang/italian update, thanks to Pietro Danesi
  6909.  
  6910. 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  6911.     * Documentation.html: faq 8.1 about security alert of 2003-06-18
  6912.     * tbl_properties_links.php3: fix missing SQL section for exports
  6913.     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
  6914.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  6915.       config.inc.php3, user_password.php3, Documentation.html, lang/*:
  6916.       now used the blowfish algorithm to encrypt the password in the
  6917.       temporary cookie
  6918.  
  6919. 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  6920.     * lang/french: update
  6921.  
  6922. 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
  6923.     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
  6924.       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
  6925.     * tbl_query_box.php3: Moved load text files link outside form.
  6926.  
  6927. 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
  6928.     * left.php3: Removed debugging code
  6929.  
  6930. 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
  6931.     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
  6932.       checks to avoid trying to use relations when no table (bug #761835).
  6933.  
  6934. 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  6935.     * sql.php3: bug 760648: incorrect result count on MySQL 3
  6936.  
  6937. 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  6938.     * lang/ukrainian: update, thanks to Markijan Baran
  6939.     * libraries/sqlparser.lib.php3 typo
  6940.  
  6941. 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
  6942.     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
  6943.       back to tbl_properties_structure.php3 when not dropping table.
  6944.  
  6945. 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  6946.     * scripts/create-release.sh: typo, bzip should be bzip2
  6947.     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
  6948.       bug 760648 export SELECT DISTINCT results
  6949.  
  6950. 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
  6951.     * libraries/sqlparser.lib.php3: Fixed XSS problem.
  6952.     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
  6953.       specied length for CHAR/VARCHAR fields.
  6954.     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
  6955.       exporting custom SQL (also saves one SQL query for export) (fixes bug
  6956.       #755386).
  6957.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6958.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6959.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  6960.     * lang/czech:  Updated.
  6961.     * lang/*: Removed duplicate strReset.
  6962.     * lang/check_lang.sh: Ignore japanese specific messages.
  6963.     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
  6964.       query into CSV/LaTeX/XML (RFE #684804).
  6965.  
  6966. 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  6967.     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
  6968.  
  6969. 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  6970.     * pdf_pages.php3: automatic layout start at 300,300 for better look
  6971.       on the dom-drag scratchboard
  6972.  
  6973. 2003-06-23 Garvin Hicking <me@supergarv.de>
  6974.     * Documentation.html, config.inc.php3, pdf_pages.php3,
  6975.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  6976.       libraries/config_import.lib.php3, libraries/dom-drag.js,
  6977.       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
  6978.       for PDF-relation setup. Based on DOM-drag.js, a library provided
  6979.       by Aaron Boodman (youngpup.net).
  6980.     * lang/german*: Updates
  6981.     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
  6982.  
  6983. 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6984.     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
  6985.       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
  6986.       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
  6987.       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
  6988.       files for incomplete arrays ($byteUnits, $day_of_week and $month).
  6989.     * libraries/common.lib.php3: Security fix against bad JS code.
  6990.     * translators.html: Removed Lo├»c from list; he is inactive at the moment.
  6991.     * Documentation.html: Changed my email address.
  6992.  
  6993. 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  6994.     * scripts/updatedocs.sh:
  6995.       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
  6996.     * scripts/create-release.sh:
  6997.       - Moved to using updatedocs.sh for updating documentation.
  6998.       - Make tarring faster by re-arranging ops.
  6999.  
  7000. 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  7001.     * sql.php3: typo in call to cleanup columns
  7002.  
  7003. 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  7004.     * pdf_schema.php3: use PMA_getForeigners()
  7005.     * db_details_qbe.php3: undefined variable
  7006.  
  7007. 2003-06-20 Garvin Hicking <me@supergarv.de>
  7008.     * db_details_importdocsql.php3: Will now NEVER reveal any filename
  7009.       the docSQL import isn't able to read. Can now only read contents
  7010.       of the 'docSQL' subdirectory and never be able to go higher than
  7011.       that level.
  7012.  
  7013. 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  7014.     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
  7015.     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
  7016.     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
  7017.     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
  7018.       foreign keys defined in innnodb
  7019.     * tbl_select.php3: use PMA_getForeigners() also for innodb
  7020.  
  7021. 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
  7022.     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
  7023.  
  7024. 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  7025.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  7026.  
  7027. 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
  7028.     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
  7029.  
  7030. 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
  7031.     * export.php3: Fixed saving compressed dumps on server.
  7032.     * libraries/display_export.lib.php3: Fixed description for line
  7033.       terminating character.
  7034.  
  7035. 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  7036.     * libraries/sqlparser.data.php3: bug 753813, "session" is not
  7037.       a reserved word
  7038.  
  7039. 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
  7040.     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
  7041.       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
  7042.       function, that checks true dl availability (fixes #747717). All checks
  7043.       are based on php 4.3.1 source, so if this gets changed, we will need to
  7044.       change checks also.
  7045.  
  7046. 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  7047.     * libraries/relation.lib.php3: bug 751787: should not disable all
  7048.       the features, when the relation feature is broken
  7049.  
  7050. 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  7051.     * libraries/auth/cookie.auth.lib.php3: undefined scheme
  7052.     * main.php3: undefined scheme
  7053.  
  7054. 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  7055.     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
  7056.     * libraries/export/sql.php3: typo largeblob -> longblob
  7057.  
  7058. 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
  7059.     * scripts/create-release.sh: Set correct permissions before releasing.
  7060.     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
  7061.       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
  7062.       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
  7063.       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
  7064.       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
  7065.       changes:
  7066.         - support for exporting selected databases
  7067.         - if not needed buffering, output is send directly
  7068.         - unifies all export, so there is now more common code
  7069.         - sql export can contain relations and mime types in comments
  7070.         - configurable defaults for export.
  7071.  
  7072. 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
  7073.     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
  7074.       almost every select.
  7075.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7076.     * lang/czech: Updated.
  7077.  
  7078. 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  7079.     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
  7080.     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
  7081.       SET and ENUM fields may have a character set, too.
  7082.  
  7083. 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  7084.     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
  7085.       number.
  7086.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  7087.       tbl_properties.inc.php3, tbl_properties_operations.php3,
  7088.       tbl_properties_structure.php3, tbl_properties_table_info.php3,
  7089.       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
  7090.       - phpMyAdmin is now able to assign / alter table and field charsets;
  7091.       - The table structure page sometimes displayed "Array" in the charset
  7092.         column;
  7093.       - When altering the field type, the input box for the field length
  7094.         sometimes had a strange default value.
  7095.  
  7096. 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  7097.     * Documentation.html, config.inc.php3: new LimitChars behavior
  7098.  
  7099. 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
  7100.     * mult_submits.inc.php3: Missing ;.
  7101.     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
  7102.       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
  7103.     * tbl_query_box.php3: Don't add target if not in query window.
  7104.     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
  7105.       (RFE #742123).
  7106.     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
  7107.       edit/display deleted page just after deleting.
  7108.     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
  7109.       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
  7110.       select paper size for pdf (RFE #631551).
  7111.     * read_dump.php3: Fixed undefined variable warning (bug #750070).
  7112.     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
  7113.       (bug #678289).
  7114.  
  7115. 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  7116.     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
  7117.     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
  7118.     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
  7119.       the Options tab into Operations
  7120.  
  7121. 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
  7122.     * libraries/display_export.lib.php3, libraries/functions.js: Some
  7123.       javascript cleanup.
  7124.     * db_details_links.php3: Display Query tab even with no tables.
  7125.     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
  7126.       string.
  7127.     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
  7128.       dropdown for server list in left frame (RFE #555978).
  7129.     * tbl_query_box.php3: Possibility to upload SQL file with no database
  7130.       selected (RFE #641760).
  7131.     * lang/czech: Typo.
  7132.  
  7133. 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  7134.     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
  7135.       and GRANT or REVOKE
  7136.     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
  7137.  
  7138. 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
  7139.     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
  7140.  
  7141. 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  7142.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7143.     * lang/slovak update, thanks to Lubos Klokner
  7144.  
  7145. 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
  7146.     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
  7147.       setting.
  7148.  
  7149. 2003-06-03 Garvin Hicking <me@supergarv.de>
  7150.     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
  7151.       (Experimental)
  7152.       New feature - The automatic update of the query window seems to
  7153.       cause some headache for users. They type in their query, want to
  7154.       look in a different table for some fields, want to switch back to
  7155.       their browser window and the changes are lost because the last table
  7156.       is always filled in. Now we have a checkbox to preserve the edited
  7157.       content from any update outside of the window. It is automatically
  7158.       checked by editing the contents of the query textarea and can be
  7159.       unchecked to restore previous behaviour. Thanks to Alexander Meis
  7160.       for this suggestion. Optionally we could build in a config variable
  7161.       to override this 'onChange' effect, but I guess it's not necessary.
  7162.     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
  7163.       of ereg_replace, because it interprets \0, \1 and so on not as strings
  7164.       but as regex-subpatterns and fails to convert those strings correctly.
  7165.       We'll have to see if that can be the case on other usages of
  7166.       preg_replace as well.
  7167.  
  7168. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  7169.     * server_status.php3: RFE #723325 (Move total query statistics).
  7170.  
  7171. 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
  7172.     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
  7173.       executing bookmark (bug #745993).
  7174.     * scripts/create-release.sh: Better checking for input, exit when cvs
  7175.       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
  7176.       everything to 775.
  7177.     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
  7178.       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
  7179.       (RFE #747343).
  7180.     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
  7181.       export.
  7182.     * main.php3: Add server to phpinfo link to avoid relogin with more
  7183.       servers.
  7184.     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
  7185.       target="_blank" as it should be.
  7186.  
  7187. 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  7188.     ### 2.5.1 released
  7189.     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
  7190.       PROCEDURE ANALYSE()
  7191.  
  7192. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  7193.     * Happy Birthday to me :-)
  7194.     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
  7195.  
  7196. 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
  7197.     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
  7198.       parameters to empty string, as older iconv version don't support it
  7199.       (bug #747164).
  7200.  
  7201. 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  7202.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  7203.  
  7204. 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  7205.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  7206.  
  7207. 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  7208.     * lang/romanian updates, thanks to Valics Lehel
  7209.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7210.     * lang/polish: update, thanks to Jakub Wilk
  7211.  
  7212. 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  7213.     * lang/bulgarian-*.inc.php3: Updates, thanks to
  7214.       Stanislav Yordanov (stanprog).
  7215.     * tbl_properties_structure.inc.php3:
  7216.       - Fixed display for tables with few indexes;
  7217.       - BLOBs are always binary;
  7218.       - RFE #623665 (MySQL 4.1 support):
  7219.         - Fixed display of field charsets;
  7220.         - The table charset is now displayed.
  7221.     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
  7222.     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
  7223.       as SET fields (again RFE #623665).
  7224.     * Documentation.html:
  7225.       - Declared MySQL 4.1 support as experimental;
  7226.       - Added some notes about MySQL 4.1 / 5.0;
  7227.       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
  7228.         least on my test machines for a couple of months.
  7229.     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
  7230.     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
  7231.       even if it was used in "CHARACTER SET".
  7232.     * libraries/common.lib.php3:
  7233.       - Removed check for default tab values: They are already checked in
  7234.         config_import.lib.php3;
  7235.       - Corrected config file revison;
  7236.       - XHTML fixes.
  7237.     * server_databases.php3: Small interface fixes.
  7238.     * translators.html: Removed a dublicate message.
  7239.  
  7240. 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
  7241.     * lang/czech: Updated.
  7242.  
  7243. 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  7244.     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
  7245.       the best method (LOCAL or not) in the LOAD dialog, and allow user
  7246.       to override it
  7247.  
  7248. 2003-05-29 Garvin Hicking <me@supergarv.de>
  7249.     * index.php3: Add frameborder to allow resizing. Introduces a 1px
  7250.       bar, but cannot be solved. Note that this is only neccessary
  7251.       for Mozilla, IE5/6 allow resizing with a "0" frameborder
  7252.     * footer.inc.php3: Only update queryframes DB/Table info when
  7253.       no error happened in a query.
  7254.     * ldi_table.php3: Use <label> tags for the new radio buttons as with
  7255.       our other GUI elements.
  7256.  
  7257. 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  7258.     * translators.html: Typo.
  7259.  
  7260. 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
  7261.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7262.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  7263.     * translators.html: more typos
  7264.  
  7265. 2003-05-28 Garvin Hicking <me@supergarv.de>
  7266.     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
  7267.       the PEAR library and PHP changed the way how referenced variables
  7268.       get accessed, we have to pre-initialize the array and submit that
  7269.       to the PEAR call() funktion.
  7270.     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
  7271.       Petit!
  7272.     * tbl_relation.php3: Will now not show a selected display field, if
  7273.       none has been set yet for a table to not let users think, the key
  7274.       is set.
  7275.  
  7276. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  7277.     * lang/czech: sorted.
  7278.  
  7279. 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  7280.     * lang/chinese_big5: Updated, thanks to Siu Sun
  7281.     ### 2.5.1-rc1 released
  7282.  
  7283. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  7284.     * documentation, config.inc.php3, tbl_change.php3,
  7285.       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
  7286.       to disable ctrl+arrows moving.
  7287.  
  7288. 2003-05-25 Garvin Hicking <me@supergarv.de>
  7289.     * left.php3: Fix #742632 finally: Refresh to main.php3
  7290.       if an empty DB has been selected.
  7291.  
  7292. 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  7293.     * left.php3: new fix for #742632
  7294.     * lang/polish: update, thanks to Jakub Wilk
  7295.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7296.  
  7297. 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  7298.     * Documentation.html: talk about left frame levels
  7299.     * lang/galician: update, thanks to Xos├⌐ Calvo
  7300.     * lang/turkish: update, thanks to Bora Alioglu
  7301.  
  7302. 2003-05-24 Garvin Hicking <me@supergarv.de>
  7303.     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
  7304.     * read_dump.php3: Bug #741256
  7305.     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
  7306.       when a query was submitted from the query window
  7307.  
  7308. 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  7309.     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
  7310.       the analyzer, bug analyzed thanks to Michal!
  7311.  
  7312. 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
  7313.     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
  7314.  
  7315. 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  7316.     * lang/romanian updates, thanks to Valics Lehel
  7317.  
  7318. 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
  7319.     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
  7320.       when editing indexes.
  7321.     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
  7322.       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
  7323.       #741599).
  7324.     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
  7325.       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
  7326.       #741192).
  7327.     * lang/sync_lang.sh: Removed dropped farsi translation.
  7328.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7329.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  7330.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7331.  
  7332. 2003-05-22 Garvin Hicking <me@supergarv.de>
  7333.     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
  7334.       a query in (with/without) PHP code views, and display a new
  7335.       "Execute query" link in this mode.
  7336.     * lang/german*: Update.
  7337.  
  7338. 2003-05-20 Garvin Hicking <me@supergarv.de>
  7339.     * index.php3: New rewrite of how the frameset is created
  7340.       (Patch item #738226 plus some <noframes> corrections).
  7341.       This fixes compatibility problems, even though it's not
  7342.       valid XHTML 1.0, because the <script>/<noscript> tags are
  7343.       not allowed in there.
  7344.  
  7345. 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  7346.     * lang/korean update, thanks to WooSuhan
  7347.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  7348.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7349.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  7350.     * lang/slovak update, thanks to Lubos Klokner
  7351.  
  7352. 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
  7353.     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
  7354.       false.
  7355.     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
  7356.  
  7357. 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  7358.     * left.php3, index.php3: bug 739348: because the db name is no longer
  7359.       encoded in left.php3 (to accomodate html entities), we have to stop
  7360.       decoding it, otherwise a db name with a plus sign is not selectable
  7361.     * sql.php3: bug 738508: do a quick count on the rows to avoid
  7362.       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
  7363.  
  7364. 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
  7365.     * Documentation, config.inc.php3, tbl_change.php3,
  7366.       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
  7367.       configurable (RFE #737174).
  7368.  
  7369. 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
  7370.     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
  7371.       CSV for multiple tables, it just puts all content into one file, but
  7372.       some people seem to want this (based on patch #735136).
  7373.     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
  7374.       slashes in filename with underscore to avoid possible problems.
  7375.     * db_details_export.php3: Remember selected tables after exporting to a
  7376.       file.
  7377.     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
  7378.       highliting tabs when including files (set $active_page for highliting).
  7379.     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
  7380.       #737660).
  7381.  
  7382. 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  7383.     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
  7384.  
  7385. 2003-05-14 Garvin Hicking <me@supergarv.de>
  7386.     * lang/german*: Translations.
  7387.     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
  7388.       better fix for #624712), by Maxime Delorme. Thanks!
  7389.     * tbl_change.php3: RFE #737174 implemented (comments welcome)
  7390.     * tbl_change.php3: RFE #723124 implemented (reset button)
  7391.     * read_dump.php3, tbl_query_box.php3: RFE #641760
  7392.     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
  7393.  
  7394. 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  7395.     * libraries/sqlparser.data.php3: bug 736793, new reserved
  7396.       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
  7397.       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
  7398.       it in the reserved words for now.
  7399.  
  7400. 2003-05-13 Garvin Hicking <me@supergarv.de>
  7401.     * footer.inc.php3, querywindow.php3: Fix bug #736197
  7402.       (clicking on edit link from a sql-query now switches
  7403.        to sql tab of the query window)
  7404.     * left.php3: Improved performance by using str_replace instead
  7405.       of ereg_replace.
  7406.     * lang/german*: Translations.
  7407.     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
  7408.       'Show as PHP')
  7409.  
  7410. 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
  7411.     * left.php3: Fixed displaying of tables with quote in name.
  7412.     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
  7413.     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
  7414.       (RFE #734985).
  7415.     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
  7416.     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
  7417.     * read_dump.php3: Correctly checks whether table exists.
  7418.     * libraries/common.lib.php3: Highlight tab also when current page is
  7419.       read_dump.php3 and $goto is link of current tab.
  7420.     * tbl_replace.php3: Display message after updating row.
  7421.     * libraries/common.lib.php3: Fix tab attributes when some specified as
  7422.       parameters.
  7423.     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
  7424.       #737023).
  7425.     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
  7426.       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
  7427.       Documentation.html: Support for saving to file on server (part of RFE
  7428.       #730197).
  7429.  
  7430. 2003-05-12 Garvin Hicking <me@supergarv.de>
  7431.     * queryframe.php3: Remove left/bottom margin to better fit the link title
  7432.       in the small frame.
  7433.     * footer.inc.php3: Only update db/table variables if the query was correct.
  7434.       Fixes #735970.
  7435.     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
  7436.       common.lib.php3: Patch #725839 (Nested display of tables)
  7437.     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
  7438.  
  7439. 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
  7440.     * index.php3: Better fix for #736003.
  7441.     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
  7442.     * mult_submits.inc.php3, server_databases.php: Add confirmation when
  7443.       dropping databases (bug #736238).
  7444.  
  7445. 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
  7446.     * Documentation.html, config.inc.php3,
  7447.       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
  7448.       Merged patch #729514 - support for iconv parameters.
  7449.     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
  7450.       multi statement query result. Closes RFE #728833.
  7451.     * tbl_dump.php3, libraries/build_dump.lib.php3,
  7452.       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
  7453.       export improvements. Now can export table structure and some other
  7454.       options. Closes RFE #718942.
  7455.     * tbl_change.php3: Remember state of insert as another row - fixes
  7456.       #736064, show used query.
  7457.     * index.php3: Fixed typo in hash, fixed bad hash propagated with
  7458.       JavaScript. Fixes #736003.
  7459.  
  7460. 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  7461.      ### 2.5.0 released
  7462.  
  7463. 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  7464.      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
  7465.        show just the pages near the current page
  7466.  
  7467. 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
  7468.      * libraries/common.lib.php3: Whole tab is now link.
  7469.      * libraries/display_export.lib.php3: Disable CSV export for multiple
  7470.        tables - fixes #734104.
  7471.      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
  7472.      * lang/chinese: Update thanks to Wang (fundawang).
  7473.      * lang/sync_lang.sh: Fix for POSIX sh.
  7474.      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
  7475.        count - fixes #735441.
  7476.      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
  7477.        fields (was treated like BLOB).
  7478.      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
  7479.        be undefined.
  7480.  
  7481. 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  7482.      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
  7483.        TEXT fields (a if on the type returns "blob") caused
  7484.        problems
  7485.  
  7486. 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  7487.      * libraries/build_dump.lib.php3: bug 731866: text fields were
  7488.        exported hexified, because mysql_field_type() was used and
  7489.        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
  7490.  
  7491. 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  7492.     * libraries/get_foreign.lib.php3: bug 731480: was not counting
  7493.       the rows of the foreign, thanks to Stefan Elssner
  7494.  
  7495. 2003-05-02 Garvin Hicking <me@supergarv.de>
  7496.     * css/phpmyadmin.css.php3: Small typo, seems to be
  7497.       solution of support request #728820
  7498.     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
  7499.       thanks to Ryan)
  7500.     * Added scripts/inno2pma (from Ernie Hershey). Please see
  7501.       Patch Tracker #709383 for further information.
  7502.     * libraries/display_tbl.lib.php3: Bug #728813 (title for
  7503.       relations when foreign_db != master_db)
  7504.     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
  7505.       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
  7506.       the fix for Bug #730718.
  7507.       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
  7508.       altered the way the form is submitted in LeftFrameLight mode to
  7509.       keep the queryframe. Only if JavaScript is usable, otherwise it's
  7510.       not necessary to keep the 'opener' pointer.
  7511.     * libraries/display_tbl.lib.php3: PHP3 compatibility.
  7512.     * libraries/common.lib.php3, db_details_common.php3, index.php3,
  7513.       main.php3: Still have to propagate $hash to the left frame...
  7514.  
  7515. 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  7516.     * pdf_schema.php3, bug 729517, better comment output,
  7517.       thanks to Maxime Delorme
  7518.  
  7519. 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
  7520.     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
  7521.  
  7522. 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
  7523.     * server_privileges.php3: No need to escape wild characters here.
  7524.  
  7525. 2003-04-29 Garvin Hicking <me@supergarv.de>
  7526.     * tbl_move_copy.php3: Bug #729416
  7527.     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
  7528.     * index.php3: Typo
  7529.     * db_details_structure.php3: Prevent uninitialized variable
  7530.  
  7531. 2003-04-28 Garvin Hicking <me@supergarv.de>
  7532.     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
  7533.       Even more issues when QueryFrameJS is set to true, but JS is not
  7534.       activated. Haven't ever thought this would be necessary. ;)
  7535.       I tested everything with QueryFrame/QueryFrameJS set to true/false
  7536.       with and without JavaScript enabled, and got everything working.
  7537.       Please verify for yourselves! :)
  7538.  
  7539. 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
  7540.     * lang/polish: update, thanks to Jakub Wilk
  7541.  
  7542. 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
  7543.     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
  7544.       javascript). But there are still problems without javascript.
  7545.  
  7546. 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  7547.     ### 2.5.0-rc2 released
  7548.  
  7549. 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
  7550.     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
  7551.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7552.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  7553.     * lang/{catalan,english,indonesian,spanish}: Added some missing
  7554.       translations.
  7555.  
  7556. 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
  7557.     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
  7558.     * libraries/display_export.lib.php3: Automatically check "Save as file"
  7559.       when selecting compression.
  7560.  
  7561. 2003-04-22 Garvin Hicking <me@supergarv.de>
  7562.     * libraries/common.lib.php3, main.php3, db_details_common.php3:
  7563.       When reloading the frame, propagate hash value (for querywindow)
  7564.  
  7565. 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
  7566.     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
  7567.       in the drop-down box
  7568.  
  7569. 2003-04-20 Garvin Hicking <me@supergarv.de>
  7570.     * libraries/display_tbl.lib.php3, index.php3, left.php3,
  7571.       tbl_query_box.php3, queryframe.php3, querywindow.php3:
  7572.       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
  7573.       (serious) issues with multiple instances of phpMyAdmin and
  7574.       the query window. Also made sure that disabling the QueryFrame
  7575.       is possible without seeing errors. Of course, this is
  7576.       extremely reduced usability without JS.
  7577.  
  7578. 2003-04-18 Garvin Hicking <me@supergarv.de>
  7579.     * left.php3, index.php3, tbl_query_box.php3,
  7580.       libraries/display_tbl.lib.php3, queryframe.php3:
  7581.       Fixed Bug #723713
  7582.  
  7583. 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
  7584.     * Documentation.html: faq about double auth windows
  7585.     * lang/ukrainian: update, thanks to Markijan Baran
  7586.     * tbl_relation.php3: bug 696215: can now choose all segments
  7587.       of the primary key
  7588.  
  7589. 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  7590.     * lang/ukrainian: update, thanks to Markijan Baran
  7591.     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
  7592.       test in MySQL 4 to check if superuser
  7593.  
  7594. 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
  7595.     * tbl_replace_fields.php3: Fix typo.
  7596.     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
  7597.       MySQL sometimes problems...
  7598.  
  7599. 2003-04-17 Garvin Hicking <me@supergarv.de>
  7600.     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
  7601.       detect changes in BLOB fields with a special name.
  7602.     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
  7603.       original values of a BLOB field when 'Insert as new row' is
  7604.       chosen on edit.
  7605.     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
  7606.       crossing DB borders now allowed)
  7607.  
  7608. 2003-04-16 Garvin Hicking <me@supergarv.de>
  7609.     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
  7610.       with no $db set
  7611.  
  7612. 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  7613.     * badwords.txt: "status" is not a reserved word
  7614.  
  7615. 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
  7616.     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
  7617.     * tbl_properties_common.php3: Avoid displaying message twice in some cases
  7618.       (fixes bug #722378).
  7619.     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
  7620.  
  7621. 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
  7622.     * tbl_query_box.php3: Only display charset selection when a DB is
  7623.       selected.
  7624.     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
  7625.       key and with BLOB field (bug #708182).
  7626.  
  7627. 2003-04-15 Garvin Hicking <me@supergarv.de>
  7628.     * footer.inc.php3, queryframe.php3: Changed anchor target
  7629.       and window name of queryframe as suggested by Armel
  7630.       Fauveau (thanks!)
  7631.  
  7632. 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  7633.     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
  7634.       a reserved word in MySQL
  7635.     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
  7636.       are functions
  7637.     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
  7638.  
  7639. 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
  7640.     * lang/some translations: Damn, I didn't commit all empty translations
  7641.       yesterday...
  7642.     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
  7643.       which translations has failed, now also converts by default only
  7644.       modified files and is capable to get charset from filename when reading
  7645.       from file has failed.
  7646.     * left.php3: More fixes for HTML entities.
  7647.     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
  7648.       when changing it.
  7649.     * lang/czech: Updated.
  7650.     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
  7651.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7652.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7653.     * lang/catalan: Updated, thanks to Xavier Navarro.
  7654.     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
  7655.       characters in db/table name.
  7656.     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
  7657.     * db_details.php3, tbl_query_box.php3: Display choice for charset also
  7658.       when only UploadDir available.
  7659.  
  7660. 2003-04-14 Garvin Hicking <me@supergarv.de>
  7661.     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
  7662.       usage. (Bug #720846)
  7663.     * footer.inc.php3: Needed \n for some cases.
  7664.     * tbl_query_box.php3: Only display file import when a DB is selected.
  7665.  
  7666. 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  7667.     * lang/french: update
  7668.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7669.     * lang/polish: update, thanks to Jakub Wilk
  7670.     ### 2.5.0-rc1 released
  7671.  
  7672. 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  7673.     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
  7674.       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
  7675.       Added $strCharset.
  7676.  
  7677. 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
  7678.     * lang/{slovenian,russian,croatian,bulgarian}: We don't
  7679.       want empty translations...
  7680.  
  7681. 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  7682.     * libraries/common.lib.php3: Better fix against possible "wrong parameter
  7683.       count" errors.
  7684.     * server_privileges.php3:
  7685.       - Fixed a broken link in the user overview table;
  7686.       - Fixed bug #539756 again.
  7687.     * lang/german-*.inc.php3: Updates.
  7688.     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
  7689.       (Feature #623665, part 1).
  7690.  
  7691. 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  7692.     * libraries/common.lib.php3, config_import.lib.php3:
  7693.       MaxExactCount backwards compatibility
  7694.     * db_details_structure.php3: undefined $row_count for InnoDB tables
  7695.  
  7696. 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
  7697.     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
  7698.       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
  7699.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
  7700.       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
  7701.     * Documentation.*: Documented above.
  7702.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  7703.     * lang/galician: Added missing string.
  7704.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  7705.  
  7706. 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
  7707.     * pdf_schema.php3, libraries/common.lib.php3,
  7708.       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
  7709.       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
  7710.       (<20000 rows) tables (RFE #708533).
  7711.     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
  7712.     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
  7713.       XHTML errors, document is again valid XHTML.
  7714.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7715.  
  7716. 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
  7717.     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
  7718.       and XML dump.
  7719.     * libraries/display_export.lib.php3: Added <br /> before charset
  7720.       selection in export.
  7721.  
  7722. 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  7723.     * lang/*: $updComTab -> $strUpdComTab
  7724.     * libraries/relation.lib.php3: put back version 1.30 message
  7725.       that uses $strUpdComTab
  7726.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  7727.  
  7728. 2003-04-09 Garvin Hicking <me@supergarv.de>
  7729.     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
  7730.       to prevent false arrow aligning when using 'same widths'.
  7731.  
  7732. 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  7733.     * lang/galician: update, thanks to Xos├⌐ Calvo
  7734.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  7735.     * lang/italian: Updated, thanks to Pietro Danesi.
  7736.     * lang/chinese_gb: update, thanks to (fundawang)
  7737.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  7738.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  7739.  
  7740. 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
  7741.     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
  7742.       multi submit actions.
  7743.  
  7744. 2003-04-06 Garvin Hicking <me@supergarv.de>
  7745.     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
  7746.       Now multiple fields can be inserted at cursor position (Mozilla/IE)
  7747.       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
  7748.     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
  7749.       libraries/relation.lib.php3: RFE #715914: Sort query history by
  7750.       (autoincrement) key instead of timevalue. Only save queries in
  7751.       history if they were successful. This required the moving of
  7752.       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
  7753.       test, if this works for everyone. It does for me.
  7754.  
  7755. 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  7756.     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
  7757.       column before MySQL 3.23 (bug #712055).
  7758.     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
  7759.       machines with register_globals = off.
  7760.  
  7761. 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
  7762.     * lang/romanian updates, thanks to Valics Lehel
  7763.     * lang/slovenian update, thanks to Kositer Uros
  7764.  
  7765. 2003-04-03 Garvin Hicking <me@supergarv.de>
  7766.     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
  7767.  
  7768. 2003-04-02 Garvin Hicking <me@supergarv.de>
  7769.     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
  7770.     * tbl_move_copy.php3: At least one of the PDF integrity checks
  7771.       on moving/copying a table can safely be enabled.
  7772.     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
  7773.       newly created table' depend on a selected checkbox. State of that
  7774.       checkbox is saved in a cookie.
  7775.     * lang/*: Added $strSwitchToTable for the above.
  7776.     * lang/german-*: Translations
  7777.  
  7778. 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
  7779.     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
  7780.       generated SQL dump, move to newly created table also after copying.
  7781.     * tbl_properties_operations.php3: Some fixes for html entities in db/table
  7782.       names.
  7783.     * db_details_structure.php3, mult_submits.inc.php3,
  7784.       tbl_properties_structure.php3: Show multi submits result after headers
  7785.       and tabs from originating place.
  7786.     * lang/czech: Updated.
  7787.     * tbl_properties_operations.php3: Not only remember, but also recall state
  7788.       of checkbox for move to newly created table (see Garvin's entry above).
  7789.  
  7790. 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  7791.     * Documentation.html: clarify about wildcard database
  7792.     * lang/bulgarian, translators.html: big update from the new translator:
  7793.       Stanislav Yordanov, stan at stud.ru.acad.bg
  7794.     * lang/italian: Updated, thanks to Pietro Danesi.
  7795.  
  7796. 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  7797.     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
  7798.       thanks to Jose Fandos (jose.fandos at sonnd.com)
  7799.  
  7800. 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  7801.     * server_privileges.php3, lang/*.inc.php3:
  7802.       - Fixed bug #708292 (Support for host-based privileges).
  7803.       - Show SQL query when adding a user.
  7804.     * server_processlist.php3, lang/*.inc.php3: Feature #707495
  7805.       (SHOW FULL PROCESSLIST).
  7806.     * lang/german-*.inc.php3: Updates.
  7807.  
  7808. 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  7809.     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
  7810.  
  7811. 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
  7812.     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
  7813.       tbl_properties_operations.php3, tbl_properties_structure.php3,
  7814.       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
  7815.       more fixes for HTML entities in field/table/db name.
  7816.  
  7817. 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  7818.     * Documentation.html: Fixed GRANT queries for the controluser.
  7819.  
  7820. 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  7821.     * main.php3: replace the 'USE mysql' test, as users with a global
  7822.       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
  7823.  
  7824. 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
  7825.     * tbl_query_box.php3, tbl_properties_operations.php3,
  7826.       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
  7827.       HTML entities fixes.
  7828.     * read_dump.php3: Fixed detection of $goto.
  7829.     * header.inc.php3: Neated URL generating.
  7830.     * lang/czech: Updated.
  7831.  
  7832. 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
  7833.     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
  7834.       multisubmit actions (RFE #622603).
  7835.     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
  7836.       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
  7837.       queries for multiple tables.
  7838.     * db_details_structure.php3: Display correctly table names that contain
  7839.       HTML entities.
  7840.     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
  7841.       caused HTML entities to be quoted twice.
  7842.     * tbl_indexes.php3: Fixed editing of index with HTML entities.
  7843.     * lang/czech: Updated.
  7844.     * tbl_properties_structure.php3: Fix enabling/disabling links to index
  7845.       creating (it requires type, but there was also MIME type added).
  7846.  
  7847. 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  7848.     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
  7849.       config.inc.php3, Documentation.html: disabling of the parser no
  7850.       longer possible
  7851.  
  7852. 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  7853.     * libraries/defines.lib.php3: Small bugfix.
  7854.     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
  7855.     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
  7856.       errors.
  7857.  
  7858. 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  7859.     * libraries/transformations/text_plain__imagelink: display the
  7860.       image, with width and height options
  7861.     * libraries/transformations/text_plain__link: the link was not
  7862.       functional at my site; also, document this transform in lang.
  7863.  
  7864. 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  7865.     * server_privileges.php3: typo
  7866.     * lang/french update
  7867.     * image_jpeg__plain renamed to text_plain__imagelink, because
  7868.       the contents is not an image but a filename
  7869.  
  7870. 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
  7871.     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
  7872.       to sql.php3.
  7873.     * libraries/display_export.lib.php3: Again fixed selecting table/db
  7874.       filename template.
  7875.     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
  7876.       table.
  7877.  
  7878. 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  7879.     * lang/hebrew update, thanks to Yuval Sarna
  7880.  
  7881. 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
  7882.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  7883.     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
  7884.       type when doing charset conversion.
  7885.     * libraries/display_export.lib.php3: Fixed selecting table/db filename
  7886.       template.
  7887.     * libraries/read_dump.lib.php3, db_details.php3,
  7888.       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
  7889.       Automatic detection of compression for uploaded data.
  7890.  
  7891. 2003-03-19 Garvin Hicking <me@supergarv.de>
  7892.     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
  7893.       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
  7894.       input area (SQL window, table properties) AND in the 'Insert/Update field' display
  7895.       where you can upload files to blob fields. Experimental.
  7896.  
  7897. 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  7898.     * lang/german-*.inc.php3: Updates.
  7899.  
  7900. 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
  7901.     * tbl_properties_operations.php3: fixed bad id of option (#706147).
  7902.     * lang/dutch: Updated, thanks to Gilles van den Hoven.
  7903.     * lang/thai: Updated.
  7904.     * lang/italian: Updated, thanks to Pietro Danesi.
  7905.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
  7906.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  7907.     * lang/chinese: Updated, thanks to Siu Sun.
  7908.  
  7909. 2003-03-18 Garvin Hicking <me@supergarv.de>
  7910.     * libraries/display_export.lib.php3: Fixed variable usage.
  7911.     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
  7912.       libraries/common.lib.php3: Added new transforms for a substr()
  7913.       function, a dateformat() modified and a basic plugin for external
  7914.       programs. Support for TIDY has been experimentally been built in.
  7915.       External programs make use of piping and thus cannot be used in
  7916.       Windows.
  7917.       Added the ability for transforms to adjust the "nowrap" option of a
  7918.       cell.
  7919.       Some german translation.
  7920.  
  7921. 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  7922.     * libraries/select_lang.lib.php3: modify order of Russian lang files
  7923.       because MSIE does not accept cp866 and users do not see anything,
  7924.       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
  7925.  
  7926. 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
  7927.     * libraries/display_tbl.lib.php3: removed   from button text, as
  7928.       Konqueror doesn't like it there and it is not needed.
  7929.     * lang/czech: updated.
  7930.     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
  7931.       when using transformations.
  7932.     * libraries/display_export.lib.php3, db_details_links.php3,
  7933.       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
  7934.       server_processlist.php3, server_status.php3, server_variables.php3,
  7935.       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
  7936.     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
  7937.       specify how will filename for exported data look like (RFE #678642).
  7938.     * Documentation.*: Next release seems to be 2.5.0.
  7939.     * lang/latvian: Updated, thanks to Sandis Jerics.
  7940.  
  7941. 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
  7942.     * pdf_pages.php3  will now check if the pdf_pages table has entries
  7943.       that reference tables that no longer exist. if it does user is prompted
  7944.       to delete them.
  7945.  
  7946. 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  7947.     * user_password.php3, header.inc.php3, libraries/user_password.js:
  7948.       put back js functions for user password change (= old user_details.js)
  7949.     * libraries/display_tbl.lib.php3, functions.js: new feature:
  7950.       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
  7951.  
  7952. 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
  7953.     * pdf_pages.php3: Automatic layout of tables on the schema
  7954.  
  7955. 2003-03-15 Garvin Hicking <me@supergarv.de>
  7956.     * pdf_schema.php3: Fixed typo.
  7957.  
  7958. 2003-03-14 Garvin Hicking <me@supergarv.de>
  7959.     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
  7960.     '../' safety issues, display transformations only if file exists
  7961.     (Bug #703555)
  7962.  
  7963. 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
  7964.     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
  7965.         - Typo fixes:
  7966.         s/RestricColumnTypes/RestrictColumnTypes/
  7967.         s/RestricFunctions/RestrictFunctions/
  7968.     * scripts/create_tables.sql:
  7969.         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
  7970.  
  7971. 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  7972.     * server_status.php3: Fixed the Garvin's calculations.
  7973.     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
  7974.     * libraries/header_meta_style.inc.php3,
  7975.       libraries/transformations/overview.php3: Fixed CSS link.
  7976.     * tbl_properties.inc.php3: Added tooltips for transformations.
  7977.  
  7978. 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  7979.     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
  7980.  
  7981. 2003-03-13 Garvin Hicking <me@supergarv.de>
  7982.     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
  7983.     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
  7984.     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
  7985.       results page (1px border in the color of BrowserMarkerColor around the cells).
  7986.       RFE #638800
  7987.     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
  7988.       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
  7989.       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
  7990.       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
  7991.       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
  7992.     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
  7993.       clarity. Make it easier to enable defaults (RFE #695265)
  7994.  
  7995. 2003-03-12 Garvin Hicking <me@supergarv.de>
  7996.     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
  7997.       was not displayed if it has no comment.
  7998.     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
  7999.       bookmarktable.
  8000.     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
  8001.       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
  8002.       label as the tablename is found.
  8003.     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
  8004.       auto_increment value. (RFE #639655)
  8005.     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
  8006.       Display DB comments and MIME types, where appropriate.
  8007.     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
  8008.       the querywindow which didn't show the latest querys always.
  8009.     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
  8010.       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
  8011.       to do, so please see Documentation.html. I thought it too hard to move the
  8012.       bookmark-box around where you can store the bookmarks, because there are a couples
  8013.       of redirections involved. So the major problem is that your to-be-stored bookmark
  8014.       HAS to yield at least a single result row for you to be able to store that.
  8015.     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
  8016.       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
  8017.       for that table.
  8018.     * tbl_properties_export.php3, db_details_export.php3,
  8019.       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
  8020.       export now is a perfect look-alike except for a multi-tables dropdown.
  8021.       Put the code to display the export into a seperate file for re-usability.
  8022.     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
  8023.       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
  8024.       map to which MySQL field type and in the dropdown of the function list first
  8025.       display the fitting functions, and then for compatibility reasons the rest of
  8026.       the functions.
  8027.       TODO: I don't know if I chose the correct mapping for all types. Please correct
  8028.       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
  8029.     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
  8030.       tbl_rename.php3, libraries/relation.lib.php3:
  8031.       Bugfix #579256 / RFE #577328 : Automatic update of relations,
  8032.       display fields, comments, bookmarks, ... on update, delete and duplicate.
  8033.       Automatic duplication/moving of PDF pages does not yet work. Would the
  8034.       original author please be so kind to have a look at the tbl_move_copy.php
  8035.       script, search for '[TODO]' and apply necessary fixes? ;)
  8036.     * tbl_dump.php3: New $sql_structure variable for the new table export
  8037.       design broke DB export functionality. Fixed this.
  8038.  
  8039. 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  8040.     * lang/ukrainian: update, thanks to Markijan Baran
  8041.  
  8042. 2003-03-11 Garvin Hicking <me@supergarv.de>
  8043.     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
  8044.       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
  8045.       Improved security of docSQL importer. You now can only access
  8046.       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
  8047.       file on its own via File Upload (if $is_upload is true).
  8048.       Filenames not matching the converter will no more printed out to
  8049.       maintain security. Permits input of '../'.
  8050.     * transformation_wrapper.php3 - Remove $err_url, because if a query
  8051.       fails here, the user won't get to see the error string anyways.
  8052.       Can happen if you want to display a blob without having an index
  8053.       key in your query, because the blob cannot be filtered by a content
  8054.       WHERE-string.
  8055.  
  8056. 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
  8057.     * libraries/sqlparser.data.php3: bug 700082, support of XOR
  8058.  
  8059. 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  8060.     * translators.html: Another mechanism against stupid people who use the
  8061.       translator list as a list of localised support hotlines or try to get a
  8062.       translation by mail order... :o)
  8063.     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
  8064.       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
  8065.       that the correct font families are used.
  8066.  
  8067. 2003-03-10 Garvin Hicking <me@supergarv.de>
  8068.     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
  8069.       thanks to Csaba Gabor!
  8070.     * sql.php3: Fixed another occurence of addslashes() where it no longer
  8071.       belongs.
  8072.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8073.       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
  8074.       - when creating/altering/adding table fields you can now change the
  8075.       wrong form input, instead of losing all your data. Have fun. :-)
  8076.     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
  8077.       lang/*:
  8078.       Added new table export format by Michal Cihar. db_details_export.php3
  8079.       should be adapted to the new layout somewhen. Fixed Compression.
  8080.     * header.inc.php3, header_printview.inc.php3, index.php3,
  8081.       left.php3, queryframe.php3, querywindow.php3,
  8082.       transformation_wrapper.php3, css/phpmyadmin.css.php3,
  8083.       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
  8084.       libraries/functions.js, libraries/header_http.inc.php3,
  8085.       libraries/header_meta_style.inc.php3, libraries/left.js
  8086.       libraries/sqlparser.lib.php3:
  8087.       Massive code-cleanup. Put all stylesheets into new central file
  8088.       css/phpmyadmin.css.php3. To reduce overhead in this file, the
  8089.       common.lib.php3 has a new variable to determine whether the full
  8090.       code structure or only those codes needed for the stylesheet class
  8091.       is parsed. This is to prevent duplicated code, even though it looks
  8092.       somehow ugly. The stylesheet is now embedded via a <link rel>-
  8093.       directive and should also be able to be cached by the browser.
  8094.       See patch #699454.
  8095.       Also some unneccessary code was removed from querywindow/wrapper.
  8096.     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
  8097.       fieldnames to be mapped to false keys for display.
  8098.  
  8099. 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  8100.     * transformation_wrapper.php3, lang/*,
  8101.       libraries/transformations/image_png__inline.inc.php3:
  8102.       new transformation for png (inline)
  8103.       (still issues with PNG's transparency in PHP 4.3.0)
  8104.     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
  8105.  
  8106. 2003-03-09 Garvin Hicking <me@supergarv.de>
  8107.     * db_printview.php3: Added print button (#700205)
  8108.  
  8109. 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  8110.     * libraries/transformations/*.sh: did not work in bash
  8111.  
  8112. 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  8113.     * transformation_wrapper.php3, lang/*,
  8114.       libraries/transformations/image_jpeg__inline.inc.php3:
  8115.       now 2 options for resize: width, height
  8116.  
  8117. 2003-03-06 Garvin Hicking <me@supergarv.de>
  8118.     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
  8119.       Fix bug #658668, special escaping of \n, \r and \t characters.
  8120.       Please test, works fine for me now (both magic_quotes on/off).
  8121.  
  8122. 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
  8123.     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
  8124.     * updatedocs.sh: Script to make conversion easier
  8125.  
  8126. 2003-03-05 Garvin Hicking <me@supergarv.de>
  8127.     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
  8128.     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
  8129.       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
  8130.       call with PMA_sqlAddslashes() call because of new global s
  8131.       lashes-handling.
  8132.     * sql.php3: Fixed querytime bug, when query was only shown for PHP
  8133.       display.
  8134.     * read_dump.php3, sql.php3, tbl_alter.php3,
  8135.       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
  8136.       where not neccessary, because grab_globals already stripslashed
  8137.       the data. This fixes the problem of the SQL Pretty printer showing
  8138.       the data wrongly formatted.
  8139.  
  8140. 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
  8141.     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
  8142.      #697961)
  8143.  
  8144. 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  8145.     * Documentation.html, faq 1.29 about the "duplicate field names" problem
  8146.     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
  8147.       libraries/transformations/image_jpeg__inline.inc.php3:
  8148.       resized thumbnails
  8149.  
  8150. 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  8151.     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
  8152.       containing quotes.
  8153.     * libraries/common.lib.php3:
  8154.       - Avoid reloading the left frame twice;
  8155.       - PHP3 compatibility;
  8156.       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
  8157.         in CGI mode.
  8158.  
  8159. 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  8160.     * badwords.txt: bug 692874: "date" is not a reserved word
  8161.  
  8162. 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  8163.     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
  8164.       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
  8165.       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
  8166.       tbl_move_copy.php3, tbl_properties.inc.php3,
  8167.       tbl_properties_operations.php3, tbl_properties_options.php3,
  8168.       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
  8169.       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
  8170.       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
  8171.       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
  8172.       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
  8173.       extracting the arrays $_GET and $_POST. This should replace a lots of
  8174.       workarounds and avoid present and future problems with magic_quotes_gpc.
  8175.     * server_privileges.php3, libraries/common.lib.php3:
  8176.       - Escape wildcard characters in the database and table dropdown boxes;
  8177.       - CSS fixes.
  8178.  
  8179. 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  8180.     * lang/english: typo
  8181.     * tbl_dump.php3: undefined variable $use_comments
  8182.     * tbl_properties_export.php3: bug 692143: now we remove the
  8183.       LIMIT clause from the original query to use the limits entered
  8184.       on the export form
  8185.     * pdf_schema.php3: better header/footer for long pages,
  8186.       thanks to Maxime Delorme
  8187.  
  8188. 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
  8189.     * tbl_indexes.php3: Cleaner solution for showing query after changing
  8190.       index.
  8191.  
  8192. 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
  8193.     * libraries/xpath/XPath.class.php, libraries/xpath/:
  8194.     - Removed (was part of the early DB config prototype)
  8195.     * lang/translatecount.sh:
  8196.     - Counts just how out of date the translations are!
  8197.  
  8198. 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
  8199.     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
  8200.       #694800), show structure after modifying index.
  8201.  
  8202. 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  8203.     * Documentation.html: Fixed a typo.
  8204.     * server_privileges.php3: Fixed bug #691910.
  8205.     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
  8206.       thanks to Jason Carlson (jjcarlson).
  8207.  
  8208. 2003-02-28 Garvin Hicking <me@supergarv.de>
  8209.     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
  8210.       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
  8211.       Documentation.html:
  8212.       - Finetuneing for query window: Only three tabs, if DefaultTab
  8213.         is not set to 'full'.
  8214.       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
  8215.       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
  8216.          Rabus ;).
  8217.       - Made the textarea smaller (*1.25 instead of *2) for the window only.
  8218.       - Fixed a bug when you changed from a table to a database on the left frame and the
  8219.         query window still wants to show the previous table.
  8220.     * tbl_query_box.php3: Only show fieldlist, when $table is set.
  8221.     * translators.html: Adjusted to same topmenu as Documentation.html.
  8222.       With the new 'Transformations' item the bar was too large to fit
  8223.       on standard 800x600 browser windows.
  8224.  
  8225. 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
  8226.     * lang/czech: Updated.
  8227.     * lang/english: Resorted.
  8228.  
  8229. 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  8230.     * libraries/common.lib.php3, libraries/config_import.lib.php3:
  8231.       - Backwards compatibility;
  8232.       - Removed some unnecessary code;
  8233.       - Added a small HOWTO.
  8234.     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
  8235.     * lang/german-*.inc.php3: Grammar.
  8236.     * Documentation.html: Fixed some dead links.
  8237.     * scripts/create_tables.sql: Adjusted table comments.
  8238.  
  8239. 2003-02-27 Garvin Hicking <me@supergarv.de>
  8240.     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
  8241.       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
  8242.     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
  8243.       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
  8244.       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
  8245.     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
  8246.       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
  8247.       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
  8248.       directions, so with this mode you can see about 6 columns at once on a single screen.
  8249.     * tbl_properties.inc.php3: Fixed bug when certain fields are not
  8250.       enabled, they threw an undefined offset. [2nd try, now for real :)]
  8251.     * Documentation.html: Updated for my new features. Should include
  8252.       everyting, I hope. But seriously needs a proofread.
  8253.     * config.inc.php3: Inserted new directives for empty
  8254.       $cfg['Servers'][$i]. (history, verbose_check)
  8255.     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
  8256.       to suppress Notices/Warnings when MIME-types are not enabled.
  8257.  
  8258. 2003-02-26 Garvin Hicking <me@supergarv.de>
  8259.     * lang/german-*: better grammar. ;)
  8260.     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
  8261.       usage for special queries like 'SHOW FIELDS', where certain variables are
  8262.       not set.
  8263.     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8264.       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
  8265.       transformation_wrapper.php3, libraries/config_import.lib.php3,
  8266.       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
  8267.       scripts/create_tables.sql:
  8268.        Test if MIME-feature are really available. Preparation for PMA_db-based
  8269.        SQL-History.
  8270.        Removed a dupe for inserting comments, fixed integrity check when
  8271.        moving/renaming tables and keeping comments.
  8272.      * header.inc.php3: Added one more Javascript if-structure to make sure
  8273.        the frameset is initialized when querying for an active window. Without
  8274.        this, when starting phpMyAdmin for the first time, IE6 may complain
  8275.        depending on the order it loads the framesets.
  8276.  
  8277. 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  8278.     * db_details_structure.php3: undefined variable $comment
  8279.     * tbl_move_copy.php3: 'column_info'
  8280.  
  8281. 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  8282.     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
  8283.       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
  8284.       $datefmt (translations #692065).
  8285.     * lang/japanese-*.inc.php3: Fixed some inconsistences.
  8286.     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
  8287.       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
  8288.       libraries/config_import.lib.php3, libraries/relation.lib.php3,
  8289.       libraries/transformations.lib.php3: Changed 'column_comments' to
  8290.       'column_info'.
  8291.     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
  8292.       <http://www.phpmyadmin.net/ChangeLogs/>.
  8293.  
  8294. 2003-02-25 Garvin Hicking <me@supergarv.de>
  8295.     * tbl_properties.inc.php3: Fixed duped display of comments due to
  8296.       merging diff conflict.
  8297.     * lang/german*: German translations, only missing transformation
  8298.       descriptions. They shouldn't be translated at that early point, I guess.
  8299.     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
  8300.       libraries/transformations.lib.php3: 'column_info', they were somehow
  8301.       not included in rabus' commit?!
  8302.  
  8303. 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  8304.     * common.lib.php3: Backwards compatibility.
  8305.  
  8306. 2003-02-24 Garvin Hicking <me@supergarv.de>
  8307.     Submitted multiple patches from the patch tracker:
  8308.     * JS rowmarker now works in vertical display mode
  8309.         Files: libraries/functions.js, display_tbl.lib.php3
  8310.     * Display nav_bar even when only one row is returned, to enable display in
  8311.         vertical/horizontal mode (especially for rotated headers)
  8312.         Files: libraries/display_tbl.lib.php3
  8313.     * Measures basic query time [#571934]
  8314.         Files: sql.php3, display_tbl.lib.php3
  8315.     * New display mode with 90 degree rotated table headers [#544361]. Works
  8316.         either as CSS or as 'faked' PHP-transformation.
  8317.         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
  8318.     * Update and display column comments in Add/Edit Fieldmode and CREATE table
  8319.         mode. Display comments in table structure (optional) with underlined
  8320.         CSS-mouseovers. Display comments in browser mode (optional), both in
  8321.         vertical and horizontal display mode. Keep column comments in synch, when
  8322.         DROPping/ALTERing and moving/copying tables.
  8323.         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8324.         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
  8325.         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
  8326.         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
  8327.         libraries/relation.lib.php3
  8328.     * Display and enter DB/table comments for navigation, stored in pma comments table.
  8329.         May be displayed as Alias-Tooltips in left frame. [#650064]
  8330.         Files: db_details_structure.php3, left.php3, relation.lib.php3
  8331.     * Display column comments in table/database dumps, as inline SQL-Comments
  8332.         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
  8333.     * Display MIME types to transform any table cell. You can only choose from a
  8334.         list of pre-defined MIME-types. The list gets built by a function searching
  8335.         a directory for valid transforms. For further information see
  8336.         libraries/transformations/README-file and soon in documentation. ;)
  8337.         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
  8338.         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8339.         tbl_move_copy.php3, transformation_wrapper.php3,
  8340.         libraries/display_tbl.lib.php3, libraries/transformations/*
  8341.         TODO: Add predefined functions!
  8342.     * Display a (javascript) based query window as a new frame below the left
  8343.         frame with query history [#526008]. Currently a bit experimental, works with
  8344.         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
  8345.         work with any browser.
  8346.         Files: queryframe.php3, querywindow.php3, header.inc.php3,
  8347.         tbl_query_box.php3, common.lib.php3
  8348.  
  8349. 2003-02-24 Olivier L. M├╝ller  <om@omnis.ch>
  8350.     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
  8351.       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
  8352.       generated URL -> prevents a double password query with some browsers
  8353.       (Safari) in case of http authentication.  (tested with https, http and
  8354.       http running on port 8080)
  8355.  
  8356. 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
  8357.     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
  8358.       fields type into special variable. Fixes #647689.
  8359.     * db_details_structure.php3: Removed extra /. Fixes #692171.
  8360.  
  8361. 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  8362.     ### 2.4.0 released
  8363.  
  8364. 2003-02-23 Olivier L. M├╝ller  <om@omnis.ch>
  8365.     * docs.css: highlight FAQ questions in blue -> more readble.
  8366.  
  8367. 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  8368.     * server_privileges: Better code for "check privileges"; This should fix
  8369.       bug #687808 and a few other problems.
  8370.     * ANNOUNCE.txt: Updated list of known bugs.
  8371.     * server_variables.php3: Modified generated XHTML code.
  8372.  
  8373. 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  8374.     * lang/italian update, thanks to Pietro Danesi
  8375.     * lang/slovak update, thanks to Lubos Klokner
  8376.     * lang/polish: update, thanks to Jakub Wilk
  8377.     * lang/thai: update, thanks to Arthit Suriyawongkul
  8378.     * tbl_change.php3: do not use enctype="multipart/form-data"
  8379.       if !$is_upload (possible solution for bug 689215)
  8380.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8381.  
  8382. 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  8383.     * libraries/display_tbl.lib.php3: Coding standards.
  8384.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  8385.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  8386.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  8387.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
  8388.  
  8389. 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  8390.     * sql.php3: bug 649665: undefined variables with UNION, and
  8391.       also get the correct row count
  8392.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8393.  
  8394. 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  8395.     * server_databases.php3:
  8396.       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
  8397.       - The link "check privileges" is now only displayed to superusers.
  8398.  
  8399. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  8400.     * lang/czech: Updated.
  8401.     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
  8402.  
  8403. 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  8404.     * server_privileges.php3: Fixed edit link.
  8405.     * Documentation.html:
  8406.       - Reformulated some passages;
  8407.       - FAQ 1.28.
  8408.     * ANNOUNCE.txt: Synchronized features list with documentation.
  8409.     * server_databases.php3: Fixed bug #688271 (missing "?").
  8410.  
  8411. 2003-02-17 Garvin Hicking <me@supergarv.de>
  8412.     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
  8413.       Reworked blob file upload. More security cautions, and preserve
  8414.       fields contents, if no new file was uploaded. Moved is_uploaded_file
  8415.       function from read_dump.php3 to common.lib.php3 for reusability.
  8416.  
  8417. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  8418.     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
  8419.       upload, upload field moved into table.
  8420.  
  8421. 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  8422.     ### 2.4.0-rc2 released
  8423.     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
  8424.       correct number of rows
  8425.  
  8426. 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  8427.     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
  8428.       - Reimplemented ability to change a user's login information
  8429.         (bug #684984);
  8430.       - Feature: copy user profiles;
  8431.       - "Check privileges" should now also check for wildcards;
  8432.       - The revoke mode for deleting users did not always produce valid MySQL.
  8433.     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
  8434.     * ANNOUNCE.txt: synchronized list of features and fixes.
  8435.  
  8436. 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
  8437.     * lang/czech: Updated.
  8438.     * docs.css: Fixed URL.
  8439.  
  8440. 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  8441.     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
  8442.       for splitting the SELECT clauses, to solve almost all records
  8443.       counting bugs
  8444.     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
  8445.     * lang/japanese: update, thanks to Yukihiro Kawada
  8446.  
  8447. 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  8448.     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
  8449.       it if necessary.
  8450.     * libraries/common.lib.php3: Don't display edit link for
  8451.       database-independant queries.
  8452.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  8453.     * docs.css:
  8454.       - Wrong URI;
  8455.       - Typo.
  8456.  
  8457. 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  8458.     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
  8459.       Reimplemented "check privileges" feature.
  8460.  
  8461. 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
  8462.     * sql.php3: Fix simple little bug #685082
  8463.  
  8464. 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  8465.     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
  8466.       is broken), thanks to Alexander Schuch (ci-dev).
  8467.  
  8468. 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  8469.     * lang/indonesian update, thanks to Rachim Tamsjadi
  8470.     * lang/italian update, thanks to Pietro Danesi
  8471.     * lang/lithuanian update, thanks to Vilius Zigmantas
  8472.     * lang/slovenian update, thanks to Kositer Uros
  8473.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8474.     * tbl_change.php3: upload field only to BLOBs
  8475.     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
  8476.       font size
  8477.  
  8478. 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  8479.     * tbl_replace_fields.php3: sometimes we receive "none" as the file
  8480.       name when there is no field upload for some field
  8481.     * sql.php3: bug 684712, undefined variable $table (js disabled
  8482.       and confirmation for drop database)
  8483.  
  8484. 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  8485.     * server_databases.php3: Wrong link title.
  8486.  
  8487. 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  8488.     * server_databases.php3: Ensured that the database list is built.
  8489.  
  8490. 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  8491.     * lang/catalan: update, thanks to Xavier Navarro
  8492.  
  8493. 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
  8494.     * lang/Galician*: Updates thanks to xosecalvo
  8495.  
  8496. 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
  8497.     * lang/czech: Updated again.
  8498.  
  8499. 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  8500.     * server_databases.php3, lang/*.inc.php3:
  8501.       - Bugfixes & interface cosmetic;
  8502.       - Drop multiple databases.
  8503.     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
  8504.     * lang/german-*.inc.php3: Updates.
  8505.     * config.inc.php3: Added a note about another possible setting.
  8506.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  8507.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  8508.     * translators.html: Fixed a typo.
  8509.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8510.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8511.  
  8512. 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  8513.     * config.inc.php3, lang/add_message.sh: Typos.
  8514.     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8515.     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
  8516.       Reworte db_stats.php3 to be conform with the new server_ pages.
  8517.  
  8518. 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
  8519.     * lang/czech: Updated.
  8520.  
  8521. 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  8522.     * lang/italian: update, thanks to Pietro Danesi
  8523.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8524.     * lang/polish: update, thanks to Jakub Wilk
  8525.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8526.     * lang/slovak: remove duplicates
  8527.     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
  8528.  
  8529. 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
  8530.     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
  8531.     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
  8532.       be '$strDBGMax'
  8533.     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
  8534.  
  8535. 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
  8536.     * libraries/sqlparser.lib.php3: PHP3 parse error
  8537.     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
  8538.       libraries/relation.lib.php3: bug 681298, we should always backquote
  8539.       a restricted word like "comment" when used as an identifier
  8540.     * Documentation.html, bug 681776, wrong command for my.ini file
  8541.     * libraries/left.js: png files
  8542.  
  8543. 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  8544.     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
  8545.       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
  8546.     * Documentation.html: Removed FAQ entry about Opera 7.
  8547.     * db_stats.php3: One <img> tag still pointed to a GIF file.
  8548.  
  8549. 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  8550.     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
  8551.       UPDATE query if there was some binary upload in it, otherwise
  8552.       display it
  8553.  
  8554. 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
  8555.     * common.lib.php3:
  8556.       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
  8557.         Bailey (charles_bailey);
  8558.       - Don't use small fonts for Opera 7.
  8559.     * ldi_check.php3: Backslahes should be escaped.
  8560.     * Documentation.html: Added a note about Opera 7.
  8561.  
  8562. 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
  8563.     * Documentation.*: Added information about binary checkbox when uploading
  8564.       files.
  8565.  
  8566. 2003-02-04 Garvin Hicking  <me@supergarv.de>
  8567.     * common.lib.php3: Fixed a possible 'undefined index' error.
  8568.  
  8569. 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  8570.     * Documentation.html: new faq entry about IE bug with http auth,
  8571.       switching from one server to the other
  8572.     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
  8573.       and only table selected)
  8574.     * ldi_check.php3: check local_infile on recent MySQL versions,
  8575.       thanks to Alexander
  8576.  
  8577. 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
  8578.     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
  8579.       #678729).
  8580.     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
  8581.     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
  8582.       variable: charset_of_file).
  8583.  
  8584. 2003-02-03 Garvin Hicking  <me@supergarv.de>
  8585.     * pdf_schema.php3, libraries/dbg/profiling.php3,
  8586.       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
  8587.  
  8588. 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  8589.     ### 2.4.0-rc1 released
  8590.     and after the release:
  8591.     * lang/romanian: update, thanks to Valics Lehel
  8592.     * lang/spanish: update, thanks to Daniel Hinostroza C.
  8593.     * lang/catalan: update, thanks to Xavier Navarro
  8594.     * lang/dutch update, thanks to Ivo Teel
  8595.  
  8596. 2003-02-02 Olivier L. M├╝ller  <om@omnis.ch>
  8597.     * tbl_addfield.php3: ignore empty fields on alter table
  8598.  
  8599. 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  8600.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  8601.       compatibility.
  8602.     * lang/german-*.inc.php3: Updates.
  8603.     * server_privileges.php3: Remove column privileges.
  8604.     * config.inc.php3: Added $cfg['DefaultTabServer'].
  8605.     * header.inc.php3: Link the default tabs.
  8606.     * libraries/common.lib.php3: PHP3 compatibility.
  8607.  
  8608. 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
  8609.     * lang/czech: Updated.
  8610.     * lang/sort_lang.sh: This needs bash.
  8611.  
  8612. 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  8613.     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
  8614.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8615.     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
  8616.     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
  8617.       (later when we get enough translations,
  8618.        we can use it instead of $strCandLoadMySQL)
  8619.     * lang/romanian: update, thanks to Valics Lehel
  8620.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8621.     * lang/lithuanian: update, thanks to Vilius Zigmantas
  8622.     * lang/japanese: update, thanks to Yukihiro Kawada
  8623.     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
  8624.       thanks to Alexander
  8625.  
  8626. 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
  8627.     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
  8628.     re-entry into Earth's atmosphere. In memory of the brave men and women who
  8629.     gave their lives for the people of Earth. ---
  8630.     * Documentation.html: Removed a bit of duplication in [7.4] and the
  8631.     Developers section
  8632.     * libraries/dbg: New directory for DBG code
  8633.     * libraries/dbg/setup.php3:
  8634.        - DBG initialization code, including module support
  8635.     * libraries/dbg/profiling.php3: Profiling code
  8636.     * lang/*: New strings added for DBG extension
  8637.     * config.inc.php3: config options for DBG, off by default
  8638.     * footer.inc.php3: DBG profiling output
  8639.  
  8640. 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
  8641.     * Documentation.*, translators.html, docs.css: New documentation layout.
  8642.     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
  8643.  
  8644. 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
  8645.     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
  8646.       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
  8647.       new Feature: BLOB field upload
  8648.       (TODO: handle open_basedir restrictions)
  8649.  
  8650. 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
  8651.     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
  8652.       libraries/config_import.lib.php3: Added experimental support for
  8653.       compressed connections to the MySQL server.
  8654.  
  8655. 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  8656.     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
  8657.       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
  8658.  
  8659. 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
  8660.     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
  8661.     * Documentation.html, translators.html: Unified using of font sizes.
  8662.  
  8663. 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  8664.     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
  8665.       user management.
  8666.     * server_processlist.php3: Fixed a bug the denied the access to the
  8667.       process list for normal users.
  8668.     * config.inc.php3: Removed note about buggy setting.
  8669.     * lang/german-*.inc.php3: Updates.
  8670.     * Documentation.html: There won't be a PHP 4.5.0; typos.
  8671.  
  8672. 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  8673.     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
  8674.  
  8675. 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  8676.     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
  8677.  
  8678. 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  8679.     * lang/slovenian update: thanks to Kositer Uros (urosh)
  8680.     * lang/albanian: update, thanks to Laurent Dhima
  8681.     * lang/slovak update, thanks to Lubos Klokner
  8682.  
  8683. 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  8684.     * libraries/relation.lib.php3: improve messages
  8685.  
  8686. 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  8687.     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
  8688.  
  8689. 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
  8690.     * lang/swedish*: Updates, thanks to Bj├╢rn T. Hallberg (bth)
  8691.     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
  8692.     * lang/english*: Resorted and Resynced.
  8693.     * lang/farsi*: Added ready for Farsi translation
  8694.     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
  8695.         - Updates ready for Farsi translation
  8696.     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
  8697.     * fulltext.png, partialtext.png, pma_logo.png:
  8698.         - Ran PNGCRUSH on files to reduce size optimially.
  8699.     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
  8700.     vertical_line.gif, item_rtl.gif, item_ltr.gif:
  8701.         - Old image files removed and replaced with PNG files (feature
  8702.         #458895)
  8703.     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
  8704.     vertical_line.png, item_rtl.png, item_ltr.png:
  8705.         - New PNG image files (feature #458895)
  8706.     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
  8707.         - Code changes for PNG images (feature #458895)
  8708.  
  8709. 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
  8710.     * libraries/sqlparser.lib.php3: checkType function
  8711.  
  8712. 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  8713.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8714.  
  8715. 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
  8716.     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
  8717.       row limiting for exported results
  8718.  
  8719. 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
  8720.     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
  8721.       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
  8722.       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
  8723.       be SIGNED/UNSIGNED/ZEROFILL.
  8724.  
  8725. 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  8726.     * server_privileges.php3: Added column privileges editor.
  8727.  
  8728. 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  8729.     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
  8730.       tbl_move_copy.php3, libraries/build_dump.lib.php3:
  8731.       Feature: Export results of SELECTs
  8732.  
  8733. 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
  8734.     * Documentation.html: faq 5.12 about OS X Safari problem
  8735.     * tbl_move_copy.php3: typo (wrong back link)
  8736.  
  8737. 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
  8738.     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
  8739.     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  8740.  
  8741. 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  8742.     * server_privileges.php3: Wrong label.
  8743.     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
  8744.       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
  8745.       The script now works on the SF shell servers ONLY!
  8746.  
  8747. 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
  8748.     * lang/czech: Updated.
  8749.     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
  8750.       field editing.
  8751.  
  8752. 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
  8753.     * lang/sort_lang.sh: Fix status output bug '\n'
  8754.     * db_details_importdocsql.php3: Move hardcoded strings to language files
  8755.     * lang/*.php3: Add new strings for docSQL importer
  8756.     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
  8757.     * Documentation.html: Revised FAQ entry about SQL Validator
  8758.  
  8759. 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  8760.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  8761.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8762.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8763.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  8764.     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
  8765.  
  8766. 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
  8767.     * pdf_pages.php3: feature: deleting a pdf page
  8768.     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
  8769.       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
  8770.  
  8771. 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  8772.     * server_privileges.php3:
  8773.       - Lookup database / table lists if possible;
  8774.       - The database name was displayed instead of the table name in the sub
  8775.         page heading.
  8776.     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
  8777.     * lang/norwegian-*.inc.php3: Updates, thanks to
  8778.       Sven-Erik Andersen (sven-erik).
  8779.     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
  8780.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8781.  
  8782. 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  8783.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8784.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8785.  
  8786. 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
  8787.     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
  8788.       all for fields selection.
  8789.     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
  8790.       (Jumping cursor using keyboard).
  8791.     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
  8792.       functions.js to allow jumping using keyboard.
  8793.     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
  8794.       works also for row editing.
  8795.     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
  8796.  
  8797. 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
  8798.     * libraries/sqlvalidator.class.php3:
  8799.       - Removed dependency on overload extension
  8800.       - Started to fix bug #644709
  8801.     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
  8802.       - Revert line 88 of sql.php3, and fix it a different way...
  8803.  
  8804. 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
  8805.     * read_dump.php3, sql.php3, libraries/common.lib.php3,
  8806.     libraries/sqlparser.lib.php3:
  8807.       - Fixed bug #641765, see mailing list post
  8808.  
  8809. 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  8810.     * server_*.php3:
  8811.       - The messages are now displayed by server_links.inc.php3, so
  8812.         server_common.inc.php3 may be included earlier;
  8813.       - Beautified code.
  8814.     * server_privileges.php3:
  8815.       - Wrong GRANT syntax;
  8816.       - Changed the default behavior of the for fields "pred_username" and
  8817.         "pred_password".
  8818.  
  8819. 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  8820.     * tbl_change.php3: bug 665885, wrong back link after sql error
  8821.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8822.     * lang/ukrainian: update, thanks to Markijan Baran
  8823.     * lang/romanian: update, thanks to Valics Lehel
  8824.     * lang/japanese: update, thanks to Yukihiro Kawada
  8825.  
  8826. 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
  8827.     * lang/czech*: Updated.
  8828.  
  8829. 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  8830.     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
  8831.       support for the EXTRACT ... FROM syntax which is not a real
  8832.       SELECT ... FROM
  8833.  
  8834. 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  8835.     * server_privileges.php3, lang/*.inc.php3:
  8836.       - Forgot to implement "This host";
  8837.       - Drop the users' databases;
  8838.       - Don't send comments to the MySQL server;
  8839.       - When trying to delete multiple users, display an error message if none
  8840.         have been selected.
  8841.  
  8842. 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
  8843.     * libraries/sqlparser.lib.php3, libraries/functions.js,
  8844.       sql.php3: - use the parser for confirmation requests
  8845.                 - better check before appending LIMIT
  8846.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8847.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8848.     * lang/indonesian: missing semicolon
  8849.     * lang/japanese: update, thanks to Yukihiro Kawada
  8850.     * lang/romanian: update, thanks to Valics Lehel
  8851.  
  8852. 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
  8853.     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
  8854.       and hidden input generating stuff.
  8855.     * almost all php3 files: Use new URL and hidden input generation stuff.
  8856.     * libraries/common.lib.php3: Addded extra check for MySQL even when in
  8857.       safe mode (could fix #661949).
  8858.  
  8859. 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  8860.     * lang/english-*.inc.php3: Fixed a typo.
  8861.     * server_privileges.php3, libraries/url_generating.lib.php3:
  8862.       - Beautified generated XHTML code;
  8863.       - Coding standards;
  8864.       - Added a missing @param comment.
  8865.  
  8866. 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
  8867.     * lang/czech: Updated.
  8868.  
  8869. 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  8870.     * server_privileges.php3: Sorting user list.
  8871.     * translators.html: Typo.
  8872.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8873.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8874.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8875.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  8876.     * lang/norwegian-*.inc.php3: Updates, thanks to
  8877.       Sven-Erik Andersen (sven-erik).
  8878.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  8879.  
  8880. 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  8881.     * Documentation.html: clarification about cookie/http modes
  8882.     * lang/dutch update, thanks to Ivo Teel
  8883.     * lang/japanese: update, thanks to Yukihiro Kawada
  8884.     * lang/ukrainian: remove duplicate messages
  8885.  
  8886. 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  8887.     * server_privileges.php3:
  8888.       - Interface cosmetic;
  8889.       - Smaller bugfixes;
  8890.       - Added a db / table privileges editor.
  8891.     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
  8892.     * server_privileges.php3, libraries/server_privileges.js:
  8893.       - Optimized some JS functions for the new interface;
  8894.       - Added ability to create new MySQL users via GRANT (feature #502465).
  8895.     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
  8896.       Incremented version number to 2.4.0-dev.
  8897.  
  8898. 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  8899.     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
  8900.  
  8901. 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
  8902.     * lang/estonian*, malay*: remove control M
  8903.     * lang/romanian: update, thanks to Valics Lehel
  8904.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8905.     * lang/english: typos fix, thanks to Bj├╢rn T. Hallberg (bth)
  8906.  
  8907. 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  8908.     * lang/german*: Updated.
  8909.  
  8910. 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
  8911.     * lang/czech*: Updated.
  8912.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8913.     * lang/sort_lang.sh: Made POSIX sh compatible.
  8914.     * lang/check_lang.sh: Made require bash.
  8915.     * lang/swedish*: Updated.
  8916.     * lang/*: For many translations fixed missing/duplicate strings.
  8917.  
  8918. 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  8919.     * lang/ukrainian: update, thanks to Markijan Baran
  8920.     * user_details.php3: add $strGrantOption
  8921.     * lang/french update
  8922.     * main.php3, lang/*.php3: $strOriginalInterface
  8923.  
  8924. 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  8925.     * server_privileges.php3:
  8926.       - Made the script compatible to MySQL < 3.22.11;
  8927.       - Fixed the missing "LOCK TABLES" option in the privilege editor.
  8928.       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
  8929.         if all privileges have been selected.
  8930.     * libraries/sqlparser.data.php3:
  8931.       - Fixed bug #655817 (New privileges are not detected correctly).
  8932.       - Updated function list.
  8933.  
  8934. 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  8935.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8936.  
  8937. 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  8938.     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
  8939.       Added ability to delete users.
  8940.  
  8941. 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  8942.     * tbl_dump.php3:
  8943.       - Fixed wrong charset information in XML exports.
  8944.       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
  8945.         of '4.00.05'.
  8946.  
  8947. 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  8948.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8949.  
  8950. 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
  8951.     * server_privileges.php3: Fixed undefined variable warning.
  8952.     * lang/czech*: Updated.
  8953.     * lang/*: Fixed a typo.
  8954.  
  8955. 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
  8956.     * lang/romanian: update, thanks to Valics Lehel
  8957.     * lang/dutch update, thanks to Ivo Teel
  8958.  
  8959. 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  8960.     * lang/norwegian-*.inc.php3:
  8961.       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
  8962.       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
  8963.     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
  8964.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8965.     * lang/german-*.inc.php3: Updates.
  8966.     * lang/*.inc.php3: Fixed a typo.
  8967.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  8968.     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
  8969.     * server_privileges.php3, lang/*.inc.php3:
  8970.       - Bugfixes;
  8971.       - Small design modification;
  8972.       - Added ability to change passwords via SET PASSWORD FOR user.
  8973.  
  8974. 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  8975.     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
  8976.       lang/*.inc.php3: Started rewriting the user administration; changes:
  8977.       - Use GRANT / REVOKE for privilege changes (feature #502465);
  8978.       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
  8979.       - Support for user resource limits;
  8980.       - Improved user friendliness.
  8981.       Currently, it can only display and edit global privileges.
  8982.     * libraries/common.lib.php3: Undefined index.
  8983.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  8984.     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
  8985.  
  8986. 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
  8987.     * main.php3: Since every user has access to his processlist, set
  8988.       is_process_priv to TRUE as default (fixes undefined variable warning).
  8989.  
  8990. 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  8991.     * tbl_select.php3, bug 648263
  8992.     * libraries/common.lib.php3, bug 653764
  8993.     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
  8994.       append data only to a table
  8995.  
  8996. 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  8997.     * lang/russian: update, thanks to Nicolay Zakharov
  8998.  
  8999. 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
  9000.     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
  9001.     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
  9002.  
  9003. 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  9004.     * lang/russian: update, thanks to Nicolay Zakharov
  9005.     * lang/galician: update, thanks to Xos├⌐ Calvo
  9006.  
  9007. 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  9008.     * libraries/get_foreign.lib.php3: bug 646263,
  9009.       bad drop-down in select sub-page
  9010.  
  9011. 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  9012.     * libraries/common.lib.php3: Removed a comment.
  9013.  
  9014. 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
  9015.     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
  9016.  
  9017. 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
  9018.     * tbl_dump.php3: Fix output order of inserts/creates, generate file
  9019.       extension to include also file type, not only compression (now it
  9020.       generates something like dump.sql.gz).
  9021.  
  9022. 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
  9023.     * pdf_schema.php3: Change generated filename to
  9024.       db_pdfname.pdf instead of db_pdfnumber.pdf
  9025.  
  9026. 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  9027.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  9028.     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
  9029.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  9030.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  9031.       Sven-Erik Andersen (sven-erik).
  9032.     * lang/german-*.inc.php3: Small grammar fix.
  9033.  
  9034. 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  9035.     * lang/german-*.inc.php3: Updates.
  9036.     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
  9037.     * libraries/build_dump.php3:
  9038.       - Fixed part 2 of bug #652311 (Undefined variables);
  9039.       - Coding standards.
  9040.  
  9041. 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
  9042.     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
  9043.       cleaner charset conversion for export.
  9044.     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
  9045.       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
  9046.       thanks to Valentine for creating the patch #627496.
  9047.  
  9048. 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  9049.     * lang/galician: update, thanks to Xos├⌐ Calvo
  9050.     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
  9051.       but there is still some work to do about how to split a UNION
  9052.     * tbl_properties_options.php3, bug 651522 wrong back-link,
  9053.       thanks to Mischka ( stollner at uni-muenster dot de )
  9054.  
  9055. 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
  9056.     * lang/czech*.php3: Updated translation.
  9057.     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
  9058.  
  9059. 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  9060.     * server_*.php3, lang/*.inc.php3, main.php3:
  9061.       - Added 'SHOW PROCESSLIST' interface;
  9062.       - Small bugfixes.
  9063.       - XHTML fixes.
  9064.     * lang/spanish-*.inc.php3: Updates, thanks again to
  9065.       Dr. med. Daniel Hinostroza C.
  9066.     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
  9067.  
  9068. 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  9069.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  9070.       Sven-Erik Andersen (sven-erik).
  9071.     * lang/swedish-*.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  9072.     * lang/spanish-*.inc.php3: Updates, thanks again to
  9073.       Dr. med. Daniel Hinostroza C.
  9074.  
  9075. 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  9076.     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
  9077.       server_common.inc.php3, server_links.inc.php3, server_status.php3,
  9078.       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
  9079.       Started working on a new interface to server related pages.
  9080.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  9081.     * lang/german-*.inc.php3: Updates.
  9082.     * lang/english-*.inc.php3: Reordered strings.
  9083.  
  9084. 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  9085.     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
  9086.       bug 633422, use a button if search result would generate a too big URL
  9087.  
  9088. 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
  9089.     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
  9090.       Choose between Landscape and Portrait for the
  9091.       Datadictionary in PDF Pages
  9092.     * pdf_schema.php3: lineheight for Textrows in Datadictionary
  9093.       was equal to textheight, i added one mm above and below text
  9094.       (hope your tables are not too big not to fit on a page now ;)
  9095.  
  9096. 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  9097.     * lang/german.inc.php3: Updates.
  9098.     * main.php3: Fixed bug #649641 (usernames containing '@' character).
  9099.     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
  9100.       warning / php >= 4.3.0) by Mats Engstrom (matseng).
  9101.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  9102.     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  9103.       (sven-erik).
  9104.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  9105.     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
  9106.     * lang/italian-*.inc.php3:
  9107.       - Updates, thanks to Pietro Danesi (danone).
  9108.       - Coding standards.
  9109.  
  9110. 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  9111.     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
  9112.       new data dict feature for PDF pages, thanks to Maxime Delorme
  9113.     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
  9114.       thanks to Piotr Roszatycki (d3xter)
  9115.  
  9116. 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  9117.     * lang/swedish.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  9118.  
  9119. 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  9120.     * pdf_schema.php3: remove control M
  9121.     * lang/dutch update, thanks to Ivo Teel
  9122.  
  9123. 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  9124.     ### 2.3.3pl1 released
  9125.  
  9126.  
  9127.          --- Older ChangeLogs can be found on our project website ---
  9128.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  9129.  
  9130. # vim: et ts=4 sw=4 sts=4
  9131. # vim: ft=changelog fenc=utf-8 encoding=utf-8
  9132. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  9133. # vim: fdn=1 fdm=expr
  9134.